Skip to content

Commit

Permalink
set port subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInWeb3 committed Jan 5, 2024
1 parent 858d946 commit ec99c68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.0
version: 0.3.1
1 change: 1 addition & 0 deletions charts/blockchain-node/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ 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 ec99c68

Please sign in to comment.