webapp-deployment-status-api/.env.example
Prathamesh Musale 6322ebd30f Pass k8s cluster IP when deploying webapps (#25)
Part of https://www.notion.so/Support-custom-domains-in-deploy-laconic-com-18aa6b22d4728067a44ae27090c02ce5 and cerc-io/snowballtools-base#47
Requires cerc-io/stack-orchestrator#963

Reviewed-on: #25
Reviewed-by: ashwin <ashwin@noreply.git.vdb.to>
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2025-02-04 13:27:17 +00:00

14 lines
404 B
Plaintext

DEPLOYMENT_DNS_SUFFIX="pwa.example.com"
DEPLOYMENT_RECORD_NAMESPACE="must-match-authority"
IMAGE_REGISTRY="container-registry.pwa.example.com"
IMAGE_REGISTRY_USER="user-htpasswd"
IMAGE_REGISTRY_CREDS="plaintext-htpasswd"
CLEAN_DEPLOYMENTS=false
CLEAN_LOGS=false
CLEAN_CONTAINERS=false
SYSTEM_PRUNE=false
WEBAPP_IMAGE_PRUNE=true
CHECK_INTERVAL=5
FQDN_POLICY="allow"
DEPLOYMENT_IP="k8s.cluster.ip.address"