File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: defguard
33description : Defguard is an open-source enterprise WireGuard VPN with MFA and SSO
44
55type : application
6- version : 0.12.2
6+ version : 0.12.3
77appVersion : 1.5.1
88
99dependencies :
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
55publicUrl : " http://defguard.local"
66# defguard-core pod autoscaling configuration
You can’t perform that action at this time.
0 commit comments