Skip to content

Commit

Permalink
chore: fix charon host (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 authored Sep 5, 2023
1 parent a4f0f31 commit 12a9e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kontinuous/env/preprod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ charon:
- configMapRef:
name: "charon-config"
vars:
CHARON_PUBLIC_HOST: "https://{{ .Values.global.host }}"
CHARON_PUBLIC_HOST: "https://charon-{{ .Values.global.host }}"
DEBUG: "charon:*"
CHARON_PORT: "3000"

0 comments on commit 12a9e3c

Please sign in to comment.