| commit | a624b8400886d899093c8f8f06ca9da966042e87 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Wed May 31 14:05:16 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Wed May 31 14:05:16 2023 +0400 |
| tree | 4d18b3a393ec83851b0b3582210c0c1a2a01e454 | |
| parent | c0736e8bb78b651f71d82995028330285ba757ea [diff] |
charts: ui ingress cert
diff --git a/charts/auth/templates/ui.yaml b/charts/auth/templates/ui.yaml index 0c96896..e485345 100644 --- a/charts/auth/templates/ui.yaml +++ b/charts/auth/templates/ui.yaml
@@ -18,6 +18,9 @@ metadata: name: ui namespace: {{ .Release.Namespace }} + annotations: + acme.cert-manager.io/http01-edit-in-place: "true" + cert-manager.io/cluster-issuer: {{ .Values.ui.certificateIssuer }} spec: ingressClassName: {{ .Values.ui.ingressClassName }} tls: