mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39: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:
|
||||
name: gorilychru
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "false"
|
||||
spec:
|
||||
tls:
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ kind: Ingress
|
|||
metadata:
|
||||
name: ingress-rules
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
|
||||
spec:
|
||||
tls:
|
||||
|
|
|
|||
Loading…
Reference in a new issue