diff --git a/charts/vaas/templates/gateway/_helpers.tpl b/charts/vaas/templates/gateway/_helpers.tpl index 30dfead..87cd34d 100644 --- a/charts/vaas/templates/gateway/_helpers.tpl +++ b/charts/vaas/templates/gateway/_helpers.tpl @@ -72,6 +72,10 @@ Create environment variables to configure gateway container. value: {{.Values.gateway.uploadUrl}} - name: JwtSettings__Secret value: {{ randAlphaNum 64 }} +- name: GDScanConfiguration__Url + value: "http://gdscan:8080/scan/body" +- name: RedisConfiguration__Configuration + value: "redis-master" {{- if .Values.gateway.cloudhashlookup.enabled }} - name: VerdictAsAService__Url value: {{ .Values.gateway.options.url | quote }} diff --git a/charts/vaas/values.yaml b/charts/vaas/values.yaml index 06ec436..6c032fc 100644 --- a/charts/vaas/values.yaml +++ b/charts/vaas/values.yaml @@ -224,8 +224,6 @@ gdscan: registry: docker.io repository: bitnami/kubectl tag: latest - containerSecurityContext: - enabled: false enabled: true schedule: "0 * * * *" networkPolicy: