Skip to content

Commit

Permalink
Merge branch 'main' into change-relayChainCustomChainspecPath
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBesson authored Jun 21, 2022
2 parents e945b19 + e3c659d commit 07df0c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/node/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ apiVersion: v1
kind: Service
metadata:
name: {{ $fullname }}
{{- with .Values.node.serviceAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
labels:
{{- $serviceLabels | nindent 4 }}
spec:
Expand Down
2 changes: 2 additions & 0 deletions charts/node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ node:
relabelings: []
metricRelabelings: []

serviceAnnotations: {}

## Configuration of individual services of node
##
perNodeServices:
Expand Down

0 comments on commit 07df0c4

Please sign in to comment.