use ingress.class annotations
ci / build (push) Successful in 9s
Details
ci / build (push) Successful in 9s
Details
This commit is contained in:
parent
1dbf109afe
commit
fe9eb8d439
|
@ -2,5 +2,3 @@ apiVersion: v1
|
|||
kind: Namespace
|
||||
metadata:
|
||||
name: podinfo
|
||||
labels:
|
||||
toolkit.fluxcd.io/tenant: dev-team
|
||||
|
|
|
@ -26,7 +26,9 @@ spec:
|
|||
enabled: true
|
||||
className: "nginx"
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: "nginx"
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-staging"
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||
hosts:
|
||||
- host: podinfo.sbtp.xyz
|
||||
paths:
|
||||
|
@ -40,4 +42,6 @@ spec:
|
|||
tls:
|
||||
- secretName: podinfo-tls
|
||||
hosts:
|
||||
- podinfo.sbtp.xyz
|
||||
- podinfo.sbtp.xyz
|
||||
|
||||
|
Loading…
Reference in New Issue