大量的更新工作
This commit is contained in:
@@ -12,7 +12,7 @@ metadata:
|
||||
cmii.type: middleware
|
||||
cmii.app: helm-emqxs
|
||||
app.kubernetes.io/managed-by: octopus-control
|
||||
app.kubernetes.io/version: {{ .TagVersion }}
|
||||
app.kubernetes.io/version: "{{ .TagVersion }}"
|
||||
type: Opaque
|
||||
stringData:
|
||||
# Dashboard管理员密码
|
||||
@@ -370,7 +370,7 @@ metadata:
|
||||
cmii.emqx.architecture: cluster
|
||||
helm.sh/chart: emqx-1.1.0
|
||||
app.kubernetes.io/managed-by: octopus-control
|
||||
app.kubernetes.io/version: {{ .TagVersion }}
|
||||
app.kubernetes.io/version: "{{ .TagVersion }}"
|
||||
spec:
|
||||
replicas: 1
|
||||
serviceName: helm-emqxs-headless
|
||||
@@ -391,7 +391,7 @@ spec:
|
||||
cmii.emqx.architecture: cluster
|
||||
helm.sh/chart: emqx-1.1.0
|
||||
app.kubernetes.io/managed-by: octopus-control
|
||||
app.kubernetes.io/version: {{ .TagVersion }}
|
||||
app.kubernetes.io/version: "{{ .TagVersion }}"
|
||||
spec:
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
@@ -432,9 +432,9 @@ spec:
|
||||
- name: prepare-bootstrap
|
||||
# 动态选择 tools 镜像
|
||||
{{- if .HarborPort }}
|
||||
image: {{ .HarborIPOrCustomImagePrefix }}:{{ .HarborPort }}/cmii/tools:1.0
|
||||
image: {{ .HarborIPOrCustomImagePrefix }}:{{ .HarborPort }}/cmii/os-shell:12-debian-12-r51
|
||||
{{- else }}
|
||||
image: {{ .HarborIPOrCustomImagePrefix }}cmii/tools:1.0
|
||||
image: {{ .HarborIPOrCustomImagePrefix }}cmii/os-shell:12-debian-12-r51
|
||||
{{- end }}
|
||||
imagePullPolicy: IfNotPresent
|
||||
# =========================================================
|
||||
@@ -548,9 +548,9 @@ spec:
|
||||
- name: init-dashboard
|
||||
# 动态选择 tools 镜像
|
||||
{{- if .HarborPort }}
|
||||
image: {{ .HarborIPOrCustomImagePrefix }}:{{ .HarborPort }}/cmii/tools:1.0
|
||||
image: {{ .HarborIPOrCustomImagePrefix }}:{{ .HarborPort }}/cmii/os-shell:12-debian-12-r51
|
||||
{{- else }}
|
||||
image: {{ .HarborIPOrCustomImagePrefix }}cmii/tools:1.0
|
||||
image: {{ .HarborIPOrCustomImagePrefix }}cmii/os-shell:12-debian-12-r51
|
||||
{{- end }}
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
@@ -618,7 +618,7 @@ metadata:
|
||||
cmii.emqx.architecture: cluster
|
||||
helm.sh/chart: emqx-1.1.0
|
||||
app.kubernetes.io/managed-by: octopus-control
|
||||
app.kubernetes.io/version: {{ .TagVersion }}
|
||||
app.kubernetes.io/version: "{{ .TagVersion }}"
|
||||
spec:
|
||||
type: ClusterIP
|
||||
clusterIP: None
|
||||
@@ -657,7 +657,7 @@ metadata:
|
||||
cmii.emqx.architecture: cluster
|
||||
helm.sh/chart: emqx-1.1.0
|
||||
app.kubernetes.io/managed-by: octopus-control
|
||||
app.kubernetes.io/version: {{ .TagVersion }}
|
||||
app.kubernetes.io/version: "{{ .TagVersion }}"
|
||||
spec:
|
||||
type: NodePort
|
||||
selector:
|
||||
|
||||
Reference in New Issue
Block a user