incantation alter
ci / build (push) Successful in 8s
Details
ci / build (push) Successful in 8s
Details
This commit is contained in:
parent
755775f927
commit
3755d064d4
|
@ -24,4 +24,20 @@ spec:
|
||||||
tag: 7.0.6
|
tag: 7.0.6
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: nginx
|
className: "nginx"
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: "letsencrypt-staging"
|
||||||
|
hosts:
|
||||||
|
- host: podinfo.sbtp.xyz
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: podinfo
|
||||||
|
port:
|
||||||
|
number: 9898
|
||||||
|
tls:
|
||||||
|
- secretName: podinfo-tls
|
||||||
|
hosts:
|
||||||
|
- podinfo.sbtp.xyz
|
Loading…
Reference in New Issue