From e1412b04b7162bfd4a20d4425be4517c2f1dbd0d Mon Sep 17 00:00:00 2001 From: kimo Date: Fri, 24 Oct 2025 01:18:28 +0000 Subject: [PATCH] Add headlamp values --- headlamp/values.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 headlamp/values.yaml diff --git a/headlamp/values.yaml b/headlamp/values.yaml new file mode 100644 index 0000000..03e4379 --- /dev/null +++ b/headlamp/values.yaml @@ -0,0 +1,19 @@ +ingress: + enabled: true + annotations: + cert-manager.io/cluster-issuer: letsencrypt-prod + hosts: + - host: headlamp.grxe.io + paths: + - path: / + pathType: Prefix + tls: + - secretName: headlamp-tls + hosts: + - headlamp.grxe.io + +config: + oidc: + clientID: headlamp + clientSecret: qgZsH94Uynrk7uwWvGLuk5INdM8mKdwb + issuerURL: https://keycloak.grxe.io/realms/grxe \ No newline at end of file