Skip to content

Commit

Permalink
cleanup ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Sep 12, 2023
1 parent 0ee0ce1 commit 8613060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ api:
name: celery-configmap
env:
- name: SQLALCHEMY_DATABASE_URI
value: "postgresql://$(PGUSER):$(PGPASSWORD)@$(PGHOST):$(PGPORT)/$(PGDATABASE)?sslmode=require"
value: "$(DATABASE_URL)"
- name: ROOT_URL
value: "https://{{ tpl .Values.global.apiHost . }}"
- name: FRONTEND_URL
Expand Down Expand Up @@ -88,7 +88,7 @@ indice:
name: celery-configmap
env:
- name: SQLALCHEMY_DATABASE_URI
value: "postgresql://$(PGUSER):$(PGPASSWORD)@$(PGHOST):$(PGPORT)/$(PGDATABASE)?sslmode=require"
value: "$(DATABASE_URL)"
- name: FS_BUCKET_URL
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 8613060

Please sign in to comment.