add tasmota, make it work on new podman version (add hostPort)
This commit is contained in:
@@ -66,6 +66,7 @@ spec:
|
||||
image: docker.io/library/influxdb:2.6
|
||||
ports:
|
||||
- containerPort: 8086
|
||||
hostPort: 9042
|
||||
resources: {}
|
||||
securityContext:
|
||||
capabilities:
|
||||
@@ -81,6 +82,7 @@ spec:
|
||||
args: ["--save 60 1", "--loglevel warning"]
|
||||
ports:
|
||||
- containerPort: 5432
|
||||
hostPort: 9043
|
||||
resources: {}
|
||||
securityContext:
|
||||
capabilities:
|
||||
|
||||
Reference in New Issue
Block a user