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>
14 lines
404 B
Plaintext
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"
|