kind: ConfigMap
apiVersion: v1
metadata:
  name: app-configmap
data:
  HASURA_URL: "http://hasura/v1/graphql"
  NODE_ENV: "production"
