Skip to content

Commit

Permalink
HPCC-32242 add serviceName as required by Kubernetes StatefulSet spec
Browse files Browse the repository at this point in the history
  • Loading branch information
xwang2713 authored and ghalliday committed Jul 18, 2024
1 parent c3c5e24 commit 0cb7a3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/hpcc/templates/dali.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ spec:
run: {{ $dali.name | quote }}
server: {{ $dali.name | quote }}
app: dali
serviceName: {{ $dali.name | quote }}
updateStrategy:
type: RollingUpdate
rollingUpdate:
Expand Down

0 comments on commit 0cb7a3c

Please sign in to comment.