1
0
Fork 0

fix gcp domain use in app deployment

trunk
Thomas 2 years ago
parent 67715b8553
commit ff07d34779

@ -60,7 +60,7 @@ spec:
entryPoints:
- https
routes:
- match: Host(`${INSTANCE_NAME}-${APP_NAME}.${APP_DOMAIN}`)
- match: Host(`${INSTANCE_NAME}-${APP_NAME}.${GCP_DOMAIN}`)
kind: Rule
services:
- namespace: ${APP_NAME}
@ -69,4 +69,4 @@ spec:
tls:
certResolver: letsencrypt
domains:
- main: "*.${APP_DOMAIN}"
- main: "*.${GCP_DOMAIN}"

Loading…
Cancel
Save