Skip to content

Commit

Permalink
change defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-no-one committed Mar 1, 2024
1 parent d356ff9 commit 1af43ec
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 15 deletions.
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.9
version: 1.1.0
description: Deployment of a Verdict-as-a-Service on-premise instance
maintainers:
- name: G DATA CyberDefense AG
Expand Down
2 changes: 1 addition & 1 deletion charts/vaas/templates/gdscan/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}

{{- define "gdscan.imagePullSecrets" -}}

{{- $imagePullSecrets := concat (((.Values.gdscan.global | default dict).imagePullSecrets)| default list) (.Values.gdscan.imagePullSecrets | default list) -}}
{{- $imagePullSecrets := concat (((.Values.global | default dict).imagePullSecrets)| default list) (.Values.gdscan.imagePullSecrets | default list) -}}
{{- if gt (len $imagePullSecrets) 0 -}}
imagePullSecrets:
{{- range $imagePullSecrets }}
Expand Down
2 changes: 0 additions & 2 deletions charts/vaas/templates/gdscan/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ spec:
volumeMounts:
- name: samples
mountPath: /tmp/scan
- name: scan-socket
mountPath: /var/share/run
- name: client-tmp
mountPath: /tmp
resources:
Expand Down
4 changes: 0 additions & 4 deletions charts/vaas/templates/gdscan/stateful-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ spec:
volumes:
- name: server-tmp
emptyDir: {}
- name: scan-socket
emptyDir: {}
- name: client-tmp
emptyDir: {}
- name: server-var-log
Expand All @@ -51,8 +49,6 @@ spec:
volumeMounts:
- name: samples
mountPath: /tmp/scan
- name: scan-socket
mountPath: /var/share/run
- name: client-tmp
mountPath: /tmp
resources:
Expand Down
8 changes: 1 addition & 7 deletions charts/vaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,20 +174,14 @@ gdscan:
type: RuntimeDefault
terminationGracePeriodSeconds: 30

imagePullSecrets:
- gdscanregistry

nameOverride: ""
fullnameOverride: "gdscan"

networkPolicy:
enabled: false
enabled: true

podAnnotations: {}

secret:
dockerconfigjson: ""

service:
type: ""
port: 8080
Expand Down

0 comments on commit 1af43ec

Please sign in to comment.