1 Commits

Author SHA1 Message Date
126948c22e Update Helm release postgres-cluster to v6
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 1m1s
2025-06-10 21:53:28 +00:00
9 changed files with 16 additions and 14 deletions

View File

@@ -23,8 +23,8 @@ services:
environment:
- TZ=America/Chicago
ports:
- 0.0.0.0:53:53/tcp
- 0.0.0.0:53:53/udp
- 53:53/tcp
- 53:53/udp
restart: always
volumes:
- ./config.yml:/app/config.yml

View File

@@ -6,7 +6,7 @@ services:
command:
- '--path.rootfs=/rootfs'
ports:
- 0.0.0.0:9100:9100
- 9100:9100
pid: host
restart: always
volumes:

View File

@@ -52,8 +52,8 @@ services:
networks:
internal: null
ports:
- 0.0.0.0:80:80
- 0.0.0.0:443:443
- 80:80
- 443:443
privileged: true
restart: always
volumes:

View File

@@ -23,8 +23,8 @@ services:
environment:
- TZ=America/Chicago
ports:
- 0.0.0.0:53:53/tcp
- 0.0.0.0:53:53/udp
- 53:53/tcp
- 53:53/udp
restart: always
volumes:
- ./config.yml:/app/config.yml

View File

@@ -6,7 +6,7 @@ services:
command:
- '--path.rootfs=/rootfs'
ports:
- 0.0.0.0:9100:9100
- 9100:9100
pid: host
restart: always
volumes:

View File

@@ -52,8 +52,8 @@ services:
networks:
internal: null
ports:
- 0.0.0.0:80:80
- 0.0.0.0:443:443
- 80:80
- 443:443
privileged: true
restart: always
volumes:

View File

@@ -23,8 +23,8 @@ services:
environment:
- TZ=America/Chicago
ports:
- 0.0.0.0:53:53/tcp
- 0.0.0.0:53:53/udp
- 53:53/tcp
- 53:53/udp
restart: always
volumes:
- ./config.yml:/app/config.yml

View File

@@ -24,6 +24,8 @@ services:
container_name: node-exporter
command:
- '--path.rootfs=/rootfs'
ports:
- 9100:9100
pid: host
restart: always
volumes:

View File

@@ -67,8 +67,8 @@ services:
networks:
internal: null
ports:
- 0.0.0.0:80:80
- 0.0.0.0:443:443
- 80:80
- 443:443
privileged: true
restart: always
volumes: