portfolio: use auto generate cert-manager secret

- use auto genereated cert manager secret and move away from wildcard
  cert
This commit is contained in:
2025-05-14 18:59:30 +03:00
parent 1b8923afb1
commit 9731f466f0
2 changed files with 23 additions and 24 deletions

View File

@ -44,11 +44,12 @@ metadata:
name: portfolio
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
cert-manager.io/issuer: "letsencrypt-prod"
spec:
tls:
- hosts:
- "${DNSNAME}"
secretName: wildcard-cert-secret
- "${PORTFOLIO_HOST}"
secretName: portfolio-tls
rules:
- host: "${PORTFOLIO_HOST}"
http: