re-add paths spec
ci / build (push) Waiting to run Details

This commit is contained in:
CJ_Clippy 2024-06-20 20:46:47 -08:00
parent e4b16f5844
commit 697942e708
1 changed files with 7 additions and 3 deletions

View File

@ -37,7 +37,11 @@ spec:
# ingress.kubernetes.io/ssl-redirect: "true" # ingress.kubernetes.io/ssl-redirect: "true"
hosts: hosts:
- host: podinfo.sbtp.xyz - host: podinfo.sbtp.xyz
paths:
- path: /
pathType: Prefix
tls: tls:
- secretName: podinfo-tls - secretName: podinfo-tls
hosts: hosts:
- podinfo.sbtp.xyz - podinfo.sbtp.xyz