Skip to content

Commit 6b70f4f

Browse files
committed
feat(charts/templates): Update ingress.yaml with managed ingress configuration
1 parent d1bca12 commit 6b70f4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

charts/templates/ingress.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ metadata:
1717
nginx.ingress.kubernetes.io/cors-allow-credentials: "true"
1818
nginx.ingress.kubernetes.io/proxy-cookie-path: / /
1919
nginx.ingress.kubernetes.io/proxy-set-header: "Cookie $http_cookie"
20-
acme.cert-manager.io/http01-edit-in-place: "true"
21-
cert-manager.io/cluster-issuer: letsencrypt-staging
2220
labels:
2321
apptype: gitdataweb
2422
app.kubernetes.io/managed-by: Helm
2523
heritage: Helm
2624
release: gitdataweb
25+
kcert.dev/ingress: "managed"
2726
spec:
2827
ingressClassName: nginx
2928
rules:

0 commit comments

Comments
 (0)