chore: Refactor Kubernetes configuration to use Traefik for dashboard routing

This commit is contained in:
2024-07-25 16:58:20 +08:00
parent 4c10573dab
commit e44e9da832
2 changed files with 92 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
## File values.yaml ##
providers:
# Disable the Ingress provider (optional)
# We do not want to use Ingress objects anymore!
kubernetesIngress:
enabled: false
# Enable the GatewayAPI provider
kubernetesGateway:
enabled: true
# Allow the Gateway to expose HTTPRoute from all namespaces
gateway:
namespacePolicy: All