We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f1f26 commit 6f200ccCopy full SHA for 6f200cc
1 file changed
.kubernetes/ingress.yml
@@ -2,9 +2,8 @@ apiVersion: networking.k8s.io/v1
2
kind: Ingress
3
metadata:
4
name: acdc-back-office
5
- annotations:
6
- kubernetes.io/ingress.class: nginx
7
spec:
+ ingressClassName: nginx
8
tls:
9
- hosts:
10
- acdc-back-office.demo.insee.io
0 commit comments