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