add hostPort because of promblems with new podman version, see https://github.com/containers/podman/pull/15946
This commit is contained in:
@@ -64,6 +64,7 @@ spec:
|
||||
image: docker.io/library/influxdb:2.6
|
||||
ports:
|
||||
- containerPort: 8086
|
||||
hostPort: 9072
|
||||
resources: {}
|
||||
securityContext:
|
||||
capabilities:
|
||||
@@ -79,6 +80,7 @@ spec:
|
||||
args: ["--save 60 1", "--loglevel warning"]
|
||||
ports:
|
||||
- containerPort: 5432
|
||||
hostPort: 9073
|
||||
resources: {}
|
||||
securityContext:
|
||||
capabilities:
|
||||
|
||||
Reference in New Issue
Block a user