mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-21 02:56:50 +10:00
Apply extra changes
Signed-off-by: Javier Salmeron Garcia <javsalgar@ip-192-168-254-100.ec2.internal>
This commit is contained in:
@@ -15,7 +15,7 @@ spec:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: {{ include "mxnet.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/component: "scheduler"
|
||||
app.kubernetes.io/component: scheduler
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
@@ -23,7 +23,7 @@ spec:
|
||||
helm.sh/chart: {{ include "mxnet.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
app.kubernetes.io/component: "scheduler"
|
||||
app.kubernetes.io/component: scheduler
|
||||
spec:
|
||||
{{- include "mxnet.imagePullSecrets" . | nindent 6 }}
|
||||
{{- if .Values.securityContext.enabled }}
|
||||
|
||||
@@ -8,7 +8,7 @@ metadata:
|
||||
helm.sh/chart: {{ include "mxnet.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
app.kubernetes.io/component: "scheduler"
|
||||
app.kubernetes.io/component: scheduler
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
@@ -18,5 +18,5 @@ spec:
|
||||
selector:
|
||||
app.kubernetes.io/name: {{ include "mxnet.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/component: "scheduler"
|
||||
app.kubernetes.io/component: scheduler
|
||||
{{- end }}
|
||||
|
||||
@@ -15,7 +15,7 @@ spec:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: {{ include "mxnet.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/component: "server"
|
||||
app.kubernetes.io/component: server
|
||||
replicas: {{ .Values.serverCount }}
|
||||
serviceName: {{ template "mxnet.fullname" . }}-headless
|
||||
template:
|
||||
|
||||
@@ -8,14 +8,14 @@ metadata:
|
||||
helm.sh/chart: {{ include "mxnet.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
app.kubernetes.io/component: "standalone"
|
||||
app.kubernetes.io/component: standalone
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: {{ include "mxnet.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/component: "standalone"
|
||||
app.kubernetes.io/component: standalone
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
||||
@@ -8,7 +8,7 @@ metadata:
|
||||
helm.sh/chart: {{ include "mxnet.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
app.kubernetes.io/component: "worker"
|
||||
app.kubernetes.io/component: worker
|
||||
spec:
|
||||
podManagementPolicy: {{ .Values.podManagementPolicy }}
|
||||
serviceName: {{ template "mxnet.fullname" . }}-headless
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: {{ include "mxnet.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/component: "worker"
|
||||
app.kubernetes.io/component: worker
|
||||
replicas: {{ .Values.workerCount }}
|
||||
template:
|
||||
metadata:
|
||||
|
||||
@@ -115,17 +115,17 @@ cloneFilesFromGit:
|
||||
## StatefulSet pod management policy
|
||||
podManagementPolicy: Parallel
|
||||
|
||||
## Node labels for pod assignment
|
||||
## Node labels for pod assignment (this value is evaluated as a template)
|
||||
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
|
||||
##
|
||||
nodeSelector: {}
|
||||
|
||||
## Tolerations for pod assignment
|
||||
## Tolerations for pod assignment (this value is evaluated as a template)
|
||||
## Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
|
||||
##
|
||||
tolerations: []
|
||||
|
||||
## Affinity for pod assignment
|
||||
## Affinity for pod assignment (this value is evaluated as a template)
|
||||
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
|
||||
##
|
||||
affinity: {}
|
||||
|
||||
@@ -115,17 +115,17 @@ cloneFilesFromGit:
|
||||
## StatefulSet pod management policy
|
||||
podManagementPolicy: Parallel
|
||||
|
||||
## Node labels for pod assignment
|
||||
## Node labels for pod assignment (this value is evaluated as a template)
|
||||
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
|
||||
##
|
||||
nodeSelector: {}
|
||||
|
||||
## Tolerations for pod assignment
|
||||
## Tolerations for pod assignment (this value is evaluated as a template)
|
||||
## Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
|
||||
##
|
||||
tolerations: []
|
||||
|
||||
## Affinity for pod assignment
|
||||
## Affinity for pod assignment (this value is evaluated as a template)
|
||||
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
|
||||
##
|
||||
affinity: {}
|
||||
|
||||
Reference in New Issue
Block a user