From 12c74770fbfaf53104c0433f246a49cfc2a3cc58 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Mon, 16 Mar 2026 04:48:24 +0200 Subject: [PATCH] Set new values for headlamp --- manifests/headlamp/values.yaml | 39 +++++++++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/manifests/headlamp/values.yaml b/manifests/headlamp/values.yaml index 079daa9..af81bed 100644 --- a/manifests/headlamp/values.yaml +++ b/manifests/headlamp/values.yaml @@ -1,12 +1,40 @@ replicaCount: 1 +image: + registry: ghcr.io + repository: kinvolk/headlamp + pullPolicy: IfNotPresent + tag: "" + +config: + baseURL: "" + oidc: + clientID: headlamp + clientSecret: lPpiDSlF74VGLhbxCfW7cFpRfcUGjxv7 + issuerURL: https://keycloak.dvirlabs.com/realms/lab + scopes: openid,profile,email,groups + +serviceAccount: + create: true + annotations: {} + name: "" + +clusterRoleBinding: + create: true + annotations: {} + +podAnnotations: {} + +podSecurityContext: {} + +securityContext: {} + service: type: ClusterIP port: 80 ingress: enabled: true - className: traefik annotations: traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.tls: "true" @@ -16,8 +44,7 @@ ingress: - path: / pathType: Prefix tls: - - secretName: headlamp-tls - hosts: + - hosts: - headlamp.dvirlabs.com resources: @@ -26,3 +53,9 @@ resources: memory: 64Mi limits: memory: 128Mi + +nodeSelector: {} + +tolerations: [] + +affinity: {}