apiVersion: v1 kind: ConfigMap metadata: name: portal-config data: REACT_APP_API_URL: "api.portal.container.mom" REACT_APP_OPERATOR_URL: "container-mom-operator.container-mom-system.svc.cluster.local" REACT_APP_AUTH0_DOMAIN: "dev-a3o2jif0.us.auth0.com" REACT_APP_AUTH0_CLIENT_ID: "H1FcujzHs76LB99W7KcKQOEO9ThtlyLh" REACT_APP_AUTH0_AUDIENCE: "https://api.portal.container.mom" REACT_APP_AUTH0_REDIRECT_URI: "https://portal.container.mom"