Skip to content

Commit

Permalink
add default host to env
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-no-one committed Feb 13, 2024
1 parent a1cea20 commit e8bce40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions charts/vaas/templates/gateway/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 0 additions & 2 deletions charts/vaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,6 @@ gdscan:
registry: docker.io
repository: bitnami/kubectl
tag: latest
containerSecurityContext:
enabled: false
enabled: true
schedule: "0 * * * *"
networkPolicy:
Expand Down

0 comments on commit e8bce40

Please sign in to comment.