feat: deploy artifactapi3 (#192)
just-enough to test terraform deployment and begin migration. have change to cnpg for the database and a new bucket for storage --------- Co-authored-by: Ben Vincent <ben@unkin.net> Reviewed-on: #192
This commit was merged in pull request #192.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: artifactapi-v3-env
|
||||
namespace: artifactapi
|
||||
data:
|
||||
DBHOST: artifactapi-postgres-pooler
|
||||
DBNAME: artifacts3
|
||||
DBPORT: "5432"
|
||||
DBUSER: artifacts
|
||||
MINIO_BUCKET: artifactapi-prod-k8s-syd1-au
|
||||
MINIO_ENDPOINT: radosgw.service.consul
|
||||
MINIO_SECURE: "true"
|
||||
REDIS_URL: redis://redis-v3-service:6379
|
||||
REQUESTS_CA_BUNDLE: /etc/pki/tls/certs/ca-bundle.crt
|
||||
SSL_CERT_FILE: /etc/pki/tls/certs/ca-bundle.crt
|
||||
Reference in New Issue
Block a user