fix(traefik): Separate listeners for -dev and -tech domains
This commit is contained in:
@@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user