Skip to content
Snippets Groups Projects
configmap.yaml 247 B
Newer Older
apiVersion: v1
kind: ConfigMap
metadata:
  name: app-config
data:
  PORT: 3000
  # MONGODB_URL: mongo-service.namespace (from infra repo. Does this work? Or do I have to dynamically set it?)
  MONGODB_URL: mongodb://<mongo-service>:27017/todo-app