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