@@ -38,6 +38,9 @@ config:
3838 baseURL : " "
3939 # -- session token TTL in seconds (default is 24 hours)
4040 sessionTTL : 86400
41+ prometheus :
42+ # -- Prometheus endpoint for the cluster
43+ endpoint : " "
4144 oidc :
4245 # Option 1:
4346 # @param config.oidc.secret - OIDC secret configuration
@@ -161,8 +164,7 @@ podLabels: {}
161164hostUsers : true
162165
163166# -- Headlamp pod's Security Context
164- podSecurityContext :
165- {}
167+ podSecurityContext : {}
166168 # fsGroup: 2000
167169
168170# -- Headlamp containers Security Context
@@ -184,7 +186,6 @@ securityContext:
184186# drop:
185187# - ALL
186188
187-
188189service :
189190 # -- Annotations to add to the service
190191 annotations : {}
@@ -211,8 +212,7 @@ persistentVolumeClaim:
211212 # -- Enable Persistent Volume Claim
212213 enabled : false
213214 # -- Annotations to add to the persistent volume claim (if enabled)
214- annotations :
215- {}
215+ annotations : {}
216216 # -- accessModes for the persistent volume claim, eg: ReadWriteOnce, ReadOnlyMany, ReadWriteMany etc.
217217 accessModes : []
218218 # -- size of the persistent volume claim, eg: 10Gi. Required if enabled is true.
@@ -228,8 +228,7 @@ ingress:
228228 # -- Enable ingress controller resource
229229 enabled : false
230230 # -- Annotations for Ingress resource
231- annotations :
232- {}
231+ annotations : {}
233232 # kubernetes.io/tls-acme: "true"
234233
235234 # -- Additional labels to add to the Ingress resource
@@ -242,8 +241,7 @@ ingress:
242241
243242 # -- Hostname(s) for the Ingress resource
244243 # Please refer to https://kubernetes.io/docs/reference/kubernetes-api/service-resources/ingress-v1/#IngressSpec for more information.
245- hosts :
246- []
244+ hosts : []
247245 # - host: chart-example.local
248246 # paths:
249247 # - path: /
@@ -288,8 +286,7 @@ httpRoute:
288286 # port: 80
289287
290288# -- CPU/Memory resource requests/limits
291- resources :
292- {}
289+ resources : {}
293290 # We usually recommend not to specify default resources and to leave this as a conscious
294291 # choice for the user. This also increases chances charts run on environments with little
295292 # resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -353,8 +350,7 @@ pluginsManager:
353350 # cpu: "1000m"
354351 # memory: "4096Mi"
355352 # If omitted, the plugin manager will inherit the global securityContext
356- securityContext :
357- {}
353+ securityContext : {}
358354 # runAsUser: 1001
359355 # runAsNonRoot: true
360356 # allowPrivilegeEscalation: false
0 commit comments