apiVersion: v1 kind: ConfigMap metadata: name: auth-config data: DB_HOST: "auth-db-service" DB_PORT: "9995" APP_PORT: "9994"