Skip to content

Commit 77517e8

Browse files
authored
fix default core config (#99)
* don't set default proxy URL * set http port * bump chart version
1 parent c09ffc2 commit 77517e8

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

charts/defguard/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: defguard
33
description: Defguard is an open-source enterprise WireGuard VPN with MFA and SSO
44

55
type: application
6-
version: 0.12.2
6+
version: 0.12.3
77
appVersion: 1.5.1
88

99
dependencies:

charts/defguard/templates/defguard-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ data:
1414
DEFGUARD_DB_NAME: {{ .Values.postgresql.auth.database }}
1515
DEFGUARD_DB_USER: {{ .Values.postgresql.auth.username }}
1616
DEFGUARD_GRPC_PORT: {{ .Values.service.grpc.port | quote }}
17+
DEFGUARD_HTTP_PORT: {{ .Values.service.web.port | quote }}
1718
DEFGUARD_ENROLLMENT_URL: {{ index .Values "defguard-proxy" "publicUrl" }}
1819
{{- if .Values.proxyUrl }}
1920
DEFGUARD_PROXY_URL: {{ .Values.proxyUrl }}

charts/defguard/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# this should be a URL based on defguard-proxy.ingress.grpc.host
3-
proxyUrl: "http://defguard-proxy-grpc.local"
3+
proxyUrl: ""
44
# this should be a URL based on ingress.web.host
55
publicUrl: "http://defguard.local"
66
# defguard-core pod autoscaling configuration

0 commit comments

Comments
 (0)