1apiVersion: v1 2kind: ConfigMap 3metadata: 4 name: auth-proxy 5data: 6 ALLOWED_ORIGINS: http://localhost:3000 7 DOMAIN: ""
View as plain text