Files
homelab/k8s/core/kubernetes-dashboard/values.yaml

23 lines
527 B
YAML
Raw Normal View History

2025-04-06 01:04:30 +01:00
kong:
proxy:
http:
enabled: true
ingress:
enabled: true
ingressClassName: traefik
annotations:
cert-manager.io/cluster-issuer: letsencrypt
acme.cert-manager.io/http01-edit-in-place: "true"
traefik.ingress.kubernetes.io/router.middlewares: kube-system-https-redirect@kubernetescrd
hosts:
- host: master.hexor.cy
paths:
- path: /
pathType: ImplementationSpecific
tls:
- secretName: dashboard-tls
hosts:
- master.hexor.cy
service:
externalPort: 80