first commit
This commit is contained in:
43
apps/headlamp/values.yaml
Normal file
43
apps/headlamp/values.yaml
Normal file
@@ -0,0 +1,43 @@
|
||||
# Headlamp Helm Values
|
||||
# Reference: https://artifacthub.io/packages/helm/headlamp/headlamp
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: ghcr.io/headlamp-k8s/headlamp
|
||||
tag: ""
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# Service configuration
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
|
||||
# Ingress managed via kustomize (see ingress.yaml)
|
||||
ingress:
|
||||
enabled: false
|
||||
|
||||
# Resources
|
||||
resources:
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
|
||||
# Persistent volume for plugins
|
||||
persistentVolumeClaim:
|
||||
enabled: false
|
||||
|
||||
# Service account for cluster access
|
||||
serviceAccount:
|
||||
create: true
|
||||
annotations: {}
|
||||
|
||||
# RBAC - give Headlamp full cluster access
|
||||
rbac:
|
||||
create: true
|
||||
clusterRole:
|
||||
create: true
|
||||
name: cluster-admin
|
||||
Reference in New Issue
Block a user