File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
charts/selenium-grid/templates Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,12 @@ kind: ScaledJob
66metadata :
77 name : {{ template "seleniumGrid.chromeNode.fullname" (list $nodeConfig $) }}
88 namespace : {{ $.Release.Namespace }}
9+ {{- if $.Values.autoscaling.annotations }}
910 annotations :
1011 {{- with $.Values.autoscaling.annotations }}
1112 {{- toYaml . | nindent 4 }}
1213 {{- end }}
14+ {{- end }}
1315 labels :
1416 app : {{ template "seleniumGrid.chromeNode.fullname" (list $nodeConfig $) }}
1517 app.kubernetes.io/name : {{ template "seleniumGrid.chromeNode.fullname" (list $nodeConfig $) }}
Original file line number Diff line number Diff line change @@ -6,10 +6,12 @@ kind: ScaledJob
66metadata :
77 name : {{ template "seleniumGrid.edgeNode.fullname" (list $nodeConfig $) }}
88 namespace : {{ $.Release.Namespace }}
9+ {{- if $.Values.autoscaling.annotations }}
910 annotations :
1011 {{- with $.Values.autoscaling.annotations }}
1112 {{- toYaml . | nindent 4 }}
1213 {{- end }}
14+ {{- end }}
1315 labels :
1416 app : {{ template "seleniumGrid.edgeNode.fullname" (list $nodeConfig $) }}
1517 app.kubernetes.io/name : {{ template "seleniumGrid.edgeNode.fullname" (list $nodeConfig $) }}
Original file line number Diff line number Diff line change @@ -6,10 +6,12 @@ kind: ScaledJob
66metadata :
77 name : {{ template "seleniumGrid.firefoxNode.fullname" (list $nodeConfig $) }}
88 namespace : {{ $.Release.Namespace }}
9+ {{- if $.Values.autoscaling.annotations }}
910 annotations :
1011 {{- with $.Values.autoscaling.annotations }}
1112 {{- toYaml . | nindent 4 }}
1213 {{- end }}
14+ {{- end }}
1315 labels :
1416 app : {{ template "seleniumGrid.firefoxNode.fullname" (list $nodeConfig $) }}
1517 app.kubernetes.io/name : {{ template "seleniumGrid.firefoxNode.fullname" (list $nodeConfig $) }}
Original file line number Diff line number Diff line change @@ -6,10 +6,12 @@ kind: ScaledJob
66metadata :
77 name : {{ template "seleniumGrid.relayNode.fullname" (list $nodeConfig $) }}
88 namespace : {{ $.Release.Namespace }}
9+ {{- if $.Values.autoscaling.annotations }}
910 annotations :
1011 {{- with $.Values.autoscaling.annotations }}
1112 {{- toYaml . | nindent 4 }}
1213 {{- end }}
14+ {{- end }}
1315 labels :
1416 app : {{ template "seleniumGrid.relayNode.fullname" (list $nodeConfig $) }}
1517 app.kubernetes.io/name : {{ template "seleniumGrid.relayNode.fullname" (list $nodeConfig $) }}
You can’t perform that action at this time.
0 commit comments