Skip to content

Instantly share code, notes, and snippets.

@anubsinha
Created October 31, 2018 08:24
Show Gist options
  • Select an option

  • Save anubsinha/6215c4a3f899185f1d0358c522d58556 to your computer and use it in GitHub Desktop.

Select an option

Save anubsinha/6215c4a3f899185f1d0358c522d58556 to your computer and use it in GitHub Desktop.
configmap for api
apiVersion: v1
data:
API_HOST: 0.0.0.0
API_PORT: "5000"
DB_ENGINE: postgresql+psycopg2
DB_HOST: factcheck-index-public-dev
DB_NAME: fmindex
DB_PASS: a000d4d1f8605a57
DB_PORT: "5432"
DB_USER: root
QUEUE_HOST: rabbit-rabbitmq-ha
QUEUE_NAME: ingestor-in
QUEUE_PASS: 2aZb41cr3PLq
QUEUE_USER: ingestor
QUEUE_VHOST: ingestor-in
kind: ConfigMap
metadata:
name: factmata-api-config
namespace: default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment