Skip to content
Snippets Groups Projects
configmap.yaml 259 B
apiVersion: v1
kind: ConfigMap
metadata:
  name: todo-app-config
data:
  MONGODB_URL: mongodb://mongodb-service:27017/todo-app # the "mongodb-service" is defined in the app's infrastructure repository (https://gitlab.bht-berlin.de/s28840/ss22-devops-project)