mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
chore: Refactor Kubernetes configuration to use Traefik for dashboard routing
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user