Refactor Kubernetes configuration to enable Traefik for gateway routing

This commit is contained in:
2024-07-25 19:33:00 +08:00
parent e44e9da832
commit 996c713510
2 changed files with 41 additions and 54 deletions
+9 -1
View File
@@ -9,4 +9,12 @@ providers:
enabled: true
# Allow the Gateway to expose HTTPRoute from all namespaces
gateway:
namespacePolicy: All
enabled: true
namespacePolicy: All
annotations:
cert-manager.io/issuer: selfsigned-issuer
listeners:
websecure:
hostname: whoami.docker.localhost
certificateRefs:
- name: whoami-tls