adding frontend to the helm chart

This commit is contained in:
Arsham Teymourı
2021-08-10 13:36:28 +03:00
parent 2dae6c90ce
commit ac20d3d845
7 changed files with 184 additions and 43 deletions
+3 -3
View File
@@ -6,7 +6,7 @@ metadata:
{{- include "substrate-telemetry.labels" . | nindent 4 }}
telemetry-component: core
spec:
{{- if not .Values.autoscaling.enabled }}
{{- if not .Values.autoscaling.core.enabled }}
replicas: {{ .Values.replicaCount.core }}
{{- end }}
selector:
@@ -33,8 +33,8 @@ spec:
- name: {{ .Chart.Name }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
image: "{{ .Values.image.backend.repository }}:{{ .Values.image.backend.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.backend.pullPolicy }}
command:
- "telemetry_core"
args: