Installer: matrix with hydra maester to auto-register oauth2 client
diff --git a/charts/auth/templates/ui.yaml b/charts/auth/templates/ui.yaml
index 50296f7..8c07d74 100644
--- a/charts/auth/templates/ui.yaml
+++ b/charts/auth/templates/ui.yaml
@@ -18,15 +18,16 @@
metadata:
name: ui
namespace: {{ .Release.Namespace }}
- annotations:
- cert-manager.io/cluster-issuer: {{ .Values.ui.certificateIssuer }}
- acme.cert-manager.io/http01-edit-in-place: "true"
+ # annotations:
+ # cert-manager.io/cluster-issuer: {{ .Values.ui.certificateIssuer }}
+ # acme.cert-manager.io/http01-edit-in-place: "true"
spec:
ingressClassName: {{ .Values.ui.ingressClassName }}
tls:
- hosts:
- accounts-ui.{{ .Values.ui.domain }}
- secretName: cert-accounts-ui.{{ .Values.ui.domain }}
+ # secretName: cert-accounts-ui.{{ .Values.ui.domain }}
+ secretName: cert-wildcard.{{ .Values.ui.domain }}
rules:
- host: accounts-ui.{{ .Values.ui.domain }}
http:
@@ -80,7 +81,7 @@
- server
- --port=8080
- --kratos=https://accounts.{{ .Values.ui.domain }}
- - --hydra=hydra{{ .Values.ui.internalDomain }}
+ - --hydra=hydra.{{ .Values.ui.internalDomain }}
- --email-domain={{ .Values.ui.domain }}
# resources:
# requests: