Use staging Let's Encrypt issuer for staging
This commit is contained in:
parent
391f2b95ad
commit
d4e84f0b44
1 changed files with 1 additions and 2 deletions
|
|
@ -13,8 +13,7 @@ export STAGING_NAMESPACE="lomavuokraus-staging"
|
|||
export PROD_HOST="lomavuokraus.fi"
|
||||
export STAGING_HOST="staging.lomavuokraus.fi"
|
||||
export PROD_CLUSTER_ISSUER="letsencrypt-prod"
|
||||
# Use production issuer for staging too so browsers trust the cert chain
|
||||
export STAGING_CLUSTER_ISSUER="letsencrypt-prod"
|
||||
export STAGING_CLUSTER_ISSUER="letsencrypt-staging"
|
||||
|
||||
# ---- Ingress class (k3s ships with Traefik by default) ----
|
||||
export INGRESS_CLASS="traefik"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue