Files
kubernetes/manifests/artemis/kaneo/configMap.yaml
2026-02-02 11:43:49 +01:00

16 lines
449 B
YAML

# postgres-configmap.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: kaneo-env
data:
# Copy the contents of your .env file here as key: value pairs
# Example:
POSTGRES_USER: "kaneo"
POSTGRES_PASSWORD: "appelsap"
POSTGRES_DB: "kaneo"
DATABASE_URL: "postgresql://kaneo:appelsap@kaneo-db:5432/kaneo?schema=public"
AUTH_SECRET: "randomSecret"
KANEO_CLIENT_URL: "https://projects.dgse.cloud"
KANEO_API_URL: "https://projects.dgse.cloud/api"