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