2 Commits

Author SHA1 Message Date
7b88f00227 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 17s
2025-07-31 21:29:52 +00:00
e7088c9451 update to match new spec
Some checks failed
lint-test-helm / helm-lint (push) Successful in 17s
process-repository / process-repository (push) Failing after 27s
renovate / renovate (push) Successful in 2m28s
2025-07-31 16:27:46 -05:00

View File

@@ -17,12 +17,14 @@ traefik:
port: 8000 port: 8000
hostname: "*.alexlebens.net" hostname: "*.alexlebens.net"
protocol: HTTP protocol: HTTP
namespacePolicy: All namespacePolicy:
from: All
websecure: websecure:
port: 8443 port: 8443
hostname: "*.alexlebens.net" hostname: "*.alexlebens.net"
protocol: HTTPS protocol: HTTPS
namespacePolicy: All namespacePolicy:
from: All
certificateRefs: certificateRefs:
- group: '' - group: ''
kind: Secret kind: Secret
@@ -32,7 +34,8 @@ traefik:
ssh: ssh:
port: 22 port: 22
protocol: TCP protocol: TCP
namespacePolicy: All namespacePolicy:
from: All
allowedRoutes: allowedRoutes:
kinds: kinds:
- kind: TCPRoute - kind: TCPRoute