fix(traefik): Separate listeners for -dev and -tech domains

This commit is contained in:
2026-02-21 22:54:10 +05:30
parent 6e135f1644
commit a138023cd8
+8 -1
View File
@@ -25,7 +25,7 @@ spec:
web:
namespacePolicy:
from: All
websecure:
websecure-dev:
port: 8443
protocol: HTTPS
mode: Terminate
@@ -35,6 +35,13 @@ spec:
- kind: Secret
name: wildcard-whyredfire-dev
group: ""
websecure-tech:
port: 8443
protocol: HTTPS
mode: Terminate
namespacePolicy:
from: All
certificateRefs:
- kind: Secret
name: wildcard-whyredfire-tech
group: ""