mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59:43 +00:00
fix ingress class
This commit is contained in:
parent
8f01d0f40d
commit
2ef96073ac
2 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: gorilychru
|
name: gorilychru
|
||||||
annotations:
|
annotations:
|
||||||
|
kubernetes.io/ingress.class: nginx
|
||||||
nginx.ingress.kubernetes.io/ssl-redirect: "false"
|
nginx.ingress.kubernetes.io/ssl-redirect: "false"
|
||||||
spec:
|
spec:
|
||||||
tls:
|
tls:
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@ kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: ingress-rules
|
name: ingress-rules
|
||||||
annotations:
|
annotations:
|
||||||
|
kubernetes.io/ingress.class: nginx
|
||||||
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
|
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
|
||||||
spec:
|
spec:
|
||||||
tls:
|
tls:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue