diff --git a/apps/traefik/values.yaml b/apps/traefik/values.yaml index 99715ff..668507c 100644 --- a/apps/traefik/values.yaml +++ b/apps/traefik/values.yaml @@ -7,6 +7,11 @@ traefik: installCRDs: true + # Enable API (required for dashboard) + api: + dashboard: true + insecure: false + service: type: LoadBalancer annotations: @@ -55,13 +60,14 @@ traefik: spec: parentRefs: - name: traefik-gateway + sectionName: web hostnames: - "traefik.noxxos.nl" rules: - matches: - - path: { type: PathPrefix, value: /dashboard } - - path: { type: PathPrefix, value: /api } + - path: + type: PathPrefix + value: / backendRefs: - - group: traefik.io - kind: TraefikService - name: api@internal + - name: traefik + port: 9000