Files
Vendaweb-api/k8s/base/configmap.yaml
Joelbrit0 3b8b079123
Some checks failed
Deploy NestJS API / build-and-push-deploy (push) Failing after 8s
docs: add kubernetes and workflow documentation
2026-01-29 11:28:35 -03:00

11 lines
195 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: vendaweb-api-config
data:
REDIS_HOST: '172.35.0.250'
REDIS_PORT: '6379'
DB_HOST: '172.35.0.250'
DB_PORT: '1521'
DB_SERVICE_NAME: 'ORCL'