REFACTOR(headlamp): replace k8s-dash with Headlamp
This commit is contained in:
40
headlamp/helm-values.yaml
Normal file
40
headlamp/helm-values.yaml
Normal 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: ""
|
||||
Reference in New Issue
Block a user