We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18148c2 + e12d137 commit 016aa0fCopy full SHA for 016aa0f
charts/vaas/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: vaas
3
-version: 3.3.0-beta.2
+version: 3.3.0-beta.3
4
description: Deployment of a Verdict-as-a-Service on-premise instance
5
maintainers:
6
- name: G DATA CyberDefense AG
charts/vaas/templates/gateway/statefulset.yaml
@@ -28,7 +28,8 @@ spec:
28
{{- include "gateway.imagePullSecrets" . | nindent 6 }}
29
volumes:
30
- name: gateway-tmp
31
- emptyDir: {}
+ emptyDir:
32
+ sizeLimit: "1Gi"
33
{{- if .Values.gateway.podSecurityContext.enabled }}
34
securityContext: {{- omit .Values.gateway.podSecurityContext "enabled" | toYaml | nindent 8 }}
35
{{- end }}
0 commit comments