REFACTOR(headlamp): replace k8s-dash with Headlamp

This commit is contained in:
2025-12-29 23:46:16 +09:00
parent e61264265f
commit 5227d9361d
4 changed files with 112 additions and 0 deletions

40
headlamp/helm-values.yaml Normal file
View File

@@ -0,0 +1,40 @@
# 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 disabled - managed separately
ingress:
enabled: false
# Config
config:
baseURL: ""
oidc:
clientID: ""
clientSecret: ""
issuerURL: ""
scopes: ""