add hostPort because of promblems with new podman version, see https://github.com/containers/podman/pull/15946

This commit is contained in:
2023-05-20 11:02:07 +02:00
parent d8d11ef779
commit 6dc44ddeb9
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -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: