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
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
name: podinfo
|
name: podinfo
|
||||||
labels:
|
|
||||||
toolkit.fluxcd.io/tenant: dev-team
|
|
||||||
|
|
|
@ -26,7 +26,9 @@ spec:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: "nginx"
|
className: "nginx"
|
||||||
annotations:
|
annotations:
|
||||||
|
kubernetes.io/ingress.class: "nginx"
|
||||||
cert-manager.io/cluster-issuer: "letsencrypt-staging"
|
cert-manager.io/cluster-issuer: "letsencrypt-staging"
|
||||||
|
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||||
hosts:
|
hosts:
|
||||||
- host: podinfo.sbtp.xyz
|
- host: podinfo.sbtp.xyz
|
||||||
paths:
|
paths:
|
||||||
|
@ -40,4 +42,6 @@ spec:
|
||||||
tls:
|
tls:
|
||||||
- secretName: podinfo-tls
|
- secretName: podinfo-tls
|
||||||
hosts:
|
hosts:
|
||||||
- podinfo.sbtp.xyz
|
- podinfo.sbtp.xyz
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue