We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af20bf5 + ddb8f1b commit 8b6f644Copy full SHA for 8b6f644
2 files changed
templates/devguard-web/deployment.yaml
@@ -58,7 +58,7 @@ spec:
58
imagePullPolicy: {{ .Values.web.image.pullPolicy }}
59
env:
60
- name: DEVGUARD_API_URL
61
- value: http://devguard-api-service:8080
+ value: {{ .Values.web.devguardApiUrl | default "http://devguard-api-service:8080" | quote }}
62
- name: REGISTRATION_ENABLED
63
value: {{ .Values.web.registrationEnabled | default "true" | quote }}
64
- name: DEVGUARD_API_URL_PUBLIC_INTERNET
values.yaml
@@ -164,6 +164,7 @@ web:
164
imagePullSecrets: []
165
166
ciComponentBase: "https://gitlab.com/l3montree/devguard/-/raw/main"
167
+ devguardApiUrl: ""
168
devguardApiUrlPublicInternet: ""
169
privacyPolicyLink: ""
170
termsOfUseLink: ""
0 commit comments