mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-15 10:41:03 +00:00
adding frontend to the helm chart
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user