We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ingressClassName: nginx
1 parent de637c8 commit 5bf5a4bCopy full SHA for 5bf5a4b
‎lib-backend/templates/_ingress.yaml.tpl
@@ -12,15 +12,10 @@ metadata:
12
labels:
13
{{- include "lib-backend.labels" . | nindent 4 }}
14
annotations:
15
- kubernetes.io/tls-acme: "true"
16
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"
21
22
spec:
23
- ingressClassName: kong
+ ingressClassName: nginx
24
tls:
25
- hosts:
26
- {{ $platformDomain }} # taken from {{ $platformDomainOrigin }}
0 commit comments