Skip to content

Instantly share code, notes, and snippets.

@screamingworld
Created February 28, 2021 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save screamingworld/130f73800c8df71c0786948dbb7c3305 to your computer and use it in GitHub Desktop.
Save screamingworld/130f73800c8df71c0786948dbb7c3305 to your computer and use it in GitHub Desktop.
Notifier - k8s config
apiVersion: v1
kind: ConfigMap
metadata:
name: notifier-webapi-config
labels:
area: Notifier
component: WebApi
data:
CorsOptions__AllowedOrigins: 'https://notifier-webapi#{DOMAIN_URL_SUFFIX}#.#{DOMAIN_URL_BASE_NAME}#'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment