incantation alter
ci / build (push) Successful in 8s Details

This commit is contained in:
CJ_Clippy 2024-04-26 19:40:47 +00:00
parent 755775f927
commit 3755d064d4
1 changed files with 17 additions and 1 deletions

View File

@ -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