Files
applications/headlamp/helm-values.yaml
Mayne0213 753543648b FIX(headlamp): update ingress for chart 0.39.0
- Update ingress hosts configuration for new chart version
- Fix breaking changes in Headlamp Helm chart
2026-01-06 15:30:07 +09:00

53 lines
803 B
YAML

# Headlamp Helm Values
replicaCount: 1
image:
registry: ghcr.io
repository: headlamp-k8s/headlamp
tag: ""
pullPolicy: IfNotPresent
serviceAccount:
create: true
name: headlamp
clusterRoleBinding:
create: true
service:
type: ClusterIP
port: 80
resources:
requests:
cpu: 10m
memory: 64Mi
limits:
memory: 128Mi
ingress:
enabled: true
ingressClassName: traefik
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
- host: kubernetes0213.kro.kr
paths:
- path: /
type: ImplementationSpecific
tls:
- secretName: headlamp-tls
hosts:
- kubernetes0213.kro.kr
# Config
config:
baseURL: ""
oidc:
secret:
create: false
externalSecret:
enabled: true
name: headlamp-oidc