chore(infra): production manifests + CI for scheduling apps
ci / typecheck (map[dir:apps/booking name:booking]) (push) Has been cancelled
ci / typecheck (map[dir:apps/portal name:portal]) (push) Has been cancelled
ci / typecheck (map[dir:apps/website name:website]) (push) Has been cancelled
ci / typecheck (map[dir:services/platform-api name:platform-api]) (push) Has been cancelled
ci / test (push) Has been cancelled
ci / typecheck (map[dir:apps/booking name:booking]) (push) Has been cancelled
ci / typecheck (map[dir:apps/portal name:portal]) (push) Has been cancelled
ci / typecheck (map[dir:apps/website name:website]) (push) Has been cancelled
ci / typecheck (map[dir:services/platform-api name:platform-api]) (push) Has been cancelled
ci / test (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Non-secret runtime config for platform-api. Cluster-internal service
|
||||
# addresses and integration toggles. Secrets (Mongo URI, credential key,
|
||||
# Stalwart password, webhook secret) live in the platform-api-secrets Secret.
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: platform-api-config
|
||||
namespace: dezky-apps
|
||||
labels:
|
||||
app.kubernetes.io/name: platform-api
|
||||
data:
|
||||
# Stalwart runs on the HOST (not k3s). Reach it on the node-internal IP at the
|
||||
# JMAP management port; the firewall lets the pod CIDR through. Override the
|
||||
# placeholder IP to match the host's actual internal address.
|
||||
STALWART_API_URL: "http://10.0.0.1:8080"
|
||||
STALWART_ADMIN_USER: "admin"
|
||||
STALWART_PROVISIONING_ENABLED: "true"
|
||||
Reference in New Issue
Block a user