Skip to content

Commit 8b467b8

Browse files
authored
convert submitter to stateful set (#40)
1 parent 5204397 commit 8b467b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Charts/web-conexs/templates/submitter_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{- if .Values.submitter.enabled -}}
22

33
apiVersion: apps/v1
4-
kind: Deployment
4+
kind: StatefulSet
55
metadata:
66
name: {{ include "web-conexs.fullname" . }}-submitter
77
spec:

0 commit comments

Comments
 (0)