apiVersion: v1 kind: ConfigMap metadata: name: user-service-config labels: app: user-service app.kubernetes.io/part-of: phonebill data: SERVER_PORT: "8081" DB_HOST: "auth-postgresql" DB_PORT: "5432" DB_NAME: "authdb" REDIS_DATABASE: "0" DDL_AUTO: "update"