Skip to content

5. Config Map

Fichier config-postgres.yaml

apiVersion: v1
kind: ConfigMap
metadata:
  name: postgres-config
data:
  postgres-url: <postgres-url> ou <postgres-service>
  postgres-db: <postgres-database>