Skip to content

Commit 016aa0f

Browse files
authored
Merge pull request #129 from GDATASoftwareAG/empty-size
add emptyDir size limit
2 parents 18148c2 + e12d137 commit 016aa0f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/vaas/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: vaas
3-
version: 3.3.0-beta.2
3+
version: 3.3.0-beta.3
44
description: Deployment of a Verdict-as-a-Service on-premise instance
55
maintainers:
66
- name: G DATA CyberDefense AG

charts/vaas/templates/gateway/statefulset.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ spec:
2828
{{- include "gateway.imagePullSecrets" . | nindent 6 }}
2929
volumes:
3030
- name: gateway-tmp
31-
emptyDir: {}
31+
emptyDir:
32+
sizeLimit: "1Gi"
3233
{{- if .Values.gateway.podSecurityContext.enabled }}
3334
securityContext: {{- omit .Values.gateway.podSecurityContext "enabled" | toYaml | nindent 8 }}
3435
{{- end }}

0 commit comments

Comments
 (0)