File tree Expand file tree Collapse file tree 2 files changed +3
-18
lines changed
Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : vaas
3- version : 3.2.3
3+ version : 3.2.4
44description : Deployment of a Verdict-as-a-Service on-premise instance
55maintainers :
66 - name : G DATA CyberDefense AG
Original file line number Diff line number Diff line change @@ -309,6 +309,8 @@ gdscan:
309309redis :
310310 enabled : true
311311 fullnameOverride : redis
312+ networkPolicy :
313+ enabled : true
312314 auth :
313315 enabled : false
314316 resources :
@@ -332,20 +334,3 @@ redis:
332334 type : RuntimeDefault
333335 runAsUser : 1001
334336 runAsGroup : 1001
335- extraObjects :
336- - apiVersion : networking.k8s.io/v1
337- kind : NetworkPolicy
338- metadata :
339- name : redis
340- namespace : " {{ .Release.Namespace }}"
341- spec :
342- podSelector :
343- matchLabels :
344- app.kubernetes.io/instance : " {{ .Release.Namespace }}"
345- app.kubernetes.io/name : redis
346- ingress :
347- - ports :
348- - protocol : TCP
349- port : 6379
350- policyTypes :
351- - Ingress
You can’t perform that action at this time.
0 commit comments