apiVersion: v1 kind: ConfigMap metadata: name: {{ .Release.Name }}-config data: DB_HOST: "auth-db-service" DB_PORT: "9995" APP_PORT: "9994"