diff --git a/apps/base/podinfo/release.yaml b/apps/base/podinfo/release.yaml index 9decfd1..577bb90 100644 --- a/apps/base/podinfo/release.yaml +++ b/apps/base/podinfo/release.yaml @@ -24,4 +24,20 @@ spec: tag: 7.0.6 ingress: 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 \ No newline at end of file