Skip to content

Commit

Permalink
update HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
xstar97 authored Nov 19, 2024
1 parent 5cd42c7 commit c34f3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/incubator/cannery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workload:
PORT: "{{ .Values.service.main.ports.main.port }}"
# HOST must be set!
# without http/https, preferrably the ingress url
HOST: "cannery.example.com"
HOST: "localhost:4000"
# ecto://postgres:postgres@cannery-db/cannery
DATABASE_URL: '{{ printf "ecto://%s:%s@%s:5432/%s" .Values.cnpg.main.user .Values.cnpg.main.creds.password (.Values.cnpg.main.creds.host | trimAll "\"") .Values.cnpg.main.database }}'
SECRET_KEY_BASE:
Expand Down

0 comments on commit c34f3cf

Please sign in to comment.