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: {}