mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 08:56:00 +00:00
Refactor Kubernetes configuration to enable Traefik for gateway routing
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user