Skip to content

Commit 5bf5a4b

Browse files
👽️ [lib-backend] ingressClassName: nginx
TG-24
1 parent de637c8 commit 5bf5a4b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

‎lib-backend/templates/_ingress.yaml.tpl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,10 @@ metadata:
1212
labels:
1313
{{- include "lib-backend.labels" . | nindent 4 }}
1414
annotations:
15-
kubernetes.io/tls-acme: "true"
1615
cert-manager.io/cluster-issuer: letsencrypt-youwol
17-
konghq.com/https-redirect-status-code: "301"
18-
konghq.com/protocols: https
19-
konghq.com/strip-path: "false"
20-
konghq.com/regex-priority: "0"
2116

2217
spec:
23-
ingressClassName: kong
18+
ingressClassName: nginx
2419
tls:
2520
- hosts:
2621
- {{ $platformDomain }} # taken from {{ $platformDomainOrigin }}

0 commit comments

Comments
 (0)