Skip to content

Commit

Permalink
service name
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInWeb3 committed Jan 5, 2024
1 parent ec99c68 commit 5499882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/blockchain-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ maintainers:

type: application

version: 0.3.1
version: 0.3.2
3 changes: 1 addition & 2 deletions charts/blockchain-node/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
serviceName: {{ template "blockchain-node.fullname" $ }}-{{ $sts.name }}
serviceName: {{ $sts.name }}
podManagementPolicy: {{ default "Parallel" $.Values.global.podManagementPolicy }}
updateStrategy:
type: {{ default "RollingUpdate" $.Values.global.updateStrategy }}
Expand All @@ -53,7 +53,6 @@ spec:
{{- end }}
spec:
setHostnameAsFQDN: true
subdomain: {{ $sts.name }}
terminationGracePeriodSeconds: {{ default 30 $.Values.global.terminationGracePeriodSeconds }}
{{- with $sts.affinity }}
affinity: {{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit 5499882

Please sign in to comment.