infra/manifests/headlamp/values.yaml
2026-03-15 11:33:22 +02:00

26 lines
429 B
YAML

replicaCount: 1
service:
type: ClusterIP
port: 80
ingress:
enabled: true
className: traefik
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
hosts:
- host: headlamp.dvirlabs.com
paths:
- path: /
pathType: Prefix
tls: true
resources:
requests:
cpu: 50m
memory: 64Mi
limits:
memory: 128Mi