Ocelot-Social/db-migration-worker.template.yml
Robert Schäfer bbfe39e076 Use folders for groups of YAML files
This keeps our configuration DRY and helps us to save keystrokes.
2019-01-31 23:27:23 +01:00

13 lines
286 B
YAML

apiVersion: v1
kind: ConfigMap
data:
SSH_USERNAME: "<REPLACE>"
SSH_HOST: "<REPLACE>"
MONGODB_USERNAME: "hc-api"
MONGODB_AUTH_DB: "hc_api"
MONGODB_DATABASE: "hc_api"
UPLOADS_DIRECTORY: "/var/www/api/uploads"
metadata:
name: staging-db-migration-worker
namespace: staging