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

This commit is contained in:
2025-07-31 16:27:42 -05:00
parent 381bd63684
commit e7088c9451

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