Skip to content

Commit

Permalink
set more envs to gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
doxthree committed Feb 27, 2024
1 parent a551f79 commit f3232a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
name: vaas
repository: gdatasoftwareag/charts
tag: 1.0.4
tag: 1.0.5
path: charts/vaas
registry: ghcr.io
registry_username: ${{ secrets.REGISTRY_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion charts/vaas/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: vaas
version: 1.0.4
version: 1.0.5
description: Deployment of a Verdict-as-a-Service on-premise instance
maintainers:
- name: G DATA CyberDefense AG
Expand Down
6 changes: 6 additions & 0 deletions charts/vaas/templates/gateway/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ spec:
- name: VerdictAsAService__Credentials__ClientSecret
{{ toYaml .Values.gateway.options.credentials.clientsecret }}
{{- end }}
- name: DOTNET_ENVIRONMENT
value: {{ .Release.Name }}
- name: ASPNETCORE_ENVIRONMENT
value: {{ .Release.Name }}
- name: Sentry__Environment
value: {{ .Release.Name }}
ports:
- name: http
containerPort: {{ .Values.gateway.service.http.port }}
Expand Down

0 comments on commit f3232a0

Please sign in to comment.