Files
template-backend-service/.helm/values.test.yaml
2024-12-16 10:26:11 +03:00

13 lines
187 B
YAML

replicaCount: 1
extraEnv:
POSTGRES_DSN:
value: "postgresql://test:test@postgresql:5432/messenger"
PORT:
value: "8000"
ENVIRONMENT:
value: "test"
service:
port: 8000