Skip to content

Commit d025509

Browse files
committed
feat(cluster): support setting service template in pooler
Needed to be able to set the type of the pooler service to be a LoadBalancer. Signed-off-by: Thomas Hartland <thomas.hartland@diamond.ac.uk>
1 parent 2f22ebf commit d025509

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

charts/cluster/templates/pooler.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,8 @@ spec:
6262
template:
6363
{{- . | toYaml | nindent 4 }}
6464
{{- end }}
65+
{{- with .serviceTemplate }}
66+
serviceTemplate:
67+
{{- . | toYaml | nindent 4 }}
68+
{{- end }}
6569
{{- end }}

0 commit comments

Comments
 (0)