softplayer-helmfile/workload/values/kubernetes-dashboard.yaml

16 lines
372 B
YAML
Raw Permalink Normal View History

2024-05-10 10:06:03 +00:00
app:
ingress:
2024-05-09 09:40:36 +00:00
enabled: true
hosts:
2024-05-10 10:06:03 +00:00
- dashboard.fe85db5c-fa78-4951-9641-7382be9c5884.badhouseplants.net
2024-05-09 09:40:36 +00:00
ingressClassName: traefik
pathType: ImplementationSpecific
path: /
issuer:
2024-05-10 10:06:03 +00:00
name: network-base
2024-05-09 09:40:36 +00:00
scope: cluster
tls:
secretName: ""
labels: {}
2024-05-10 10:06:03 +00:00
annotations:
traefik.ingress.kubernetes.io/router.tls: "true"