@@ -36,6 +36,9 @@ config:
3636 inClusterContextName : " main"
3737 # -- base url path at which headlamp should run
3838 baseURL : " "
39+ prometheus :
40+ # -- Prometheus endpoint for the cluster
41+ endpoint : " "
3942 oidc :
4043 # Option 1:
4144 # @param config.oidc.secret - OIDC secret configuration
@@ -159,8 +162,7 @@ podLabels: {}
159162hostUsers : true
160163
161164# -- Headlamp pod's Security Context
162- podSecurityContext :
163- {}
165+ podSecurityContext : {}
164166 # fsGroup: 2000
165167
166168# -- Headlamp containers Security Context
@@ -182,7 +184,6 @@ securityContext:
182184# drop:
183185# - ALL
184186
185-
186187service :
187188 # -- Annotations to add to the service
188189 annotations : {}
@@ -209,8 +210,7 @@ persistentVolumeClaim:
209210 # -- Enable Persistent Volume Claim
210211 enabled : false
211212 # -- Annotations to add to the persistent volume claim (if enabled)
212- annotations :
213- {}
213+ annotations : {}
214214 # -- accessModes for the persistent volume claim, eg: ReadWriteOnce, ReadOnlyMany, ReadWriteMany etc.
215215 accessModes : []
216216 # -- size of the persistent volume claim, eg: 10Gi. Required if enabled is true.
@@ -226,8 +226,7 @@ ingress:
226226 # -- Enable ingress controller resource
227227 enabled : false
228228 # -- Annotations for Ingress resource
229- annotations :
230- {}
229+ annotations : {}
231230 # kubernetes.io/tls-acme: "true"
232231
233232 # -- Additional labels to add to the Ingress resource
@@ -240,8 +239,7 @@ ingress:
240239
241240 # -- Hostname(s) for the Ingress resource
242241 # Please refer to https://kubernetes.io/docs/reference/kubernetes-api/service-resources/ingress-v1/#IngressSpec for more information.
243- hosts :
244- []
242+ hosts : []
245243 # - host: chart-example.local
246244 # paths:
247245 # - path: /
@@ -286,8 +284,7 @@ httpRoute:
286284 # port: 80
287285
288286# -- CPU/Memory resource requests/limits
289- resources :
290- {}
287+ resources : {}
291288 # We usually recommend not to specify default resources and to leave this as a conscious
292289 # choice for the user. This also increases chances charts run on environments with little
293290 # resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -351,8 +348,7 @@ pluginsManager:
351348 # cpu: "1000m"
352349 # memory: "4096Mi"
353350 # If omitted, the plugin manager will inherit the global securityContext
354- securityContext :
355- {}
351+ securityContext : {}
356352 # runAsUser: 1001
357353 # runAsNonRoot: true
358354 # allowPrivilegeEscalation: false
0 commit comments