diff --git a/starters/touchin-autotest/values.yaml b/starters/touchin-autotest/values.yaml index 7508db9..0067902 100644 --- a/starters/touchin-autotest/values.yaml +++ b/starters/touchin-autotest/values.yaml @@ -7,6 +7,8 @@ replicaCount: 1 image: repository: nginx pullPolicy: IfNotPresent + web: dhub.touchin.ru/touchin/autotest-web + ssoProxy: dhub.touchin.ru/touchin/sso-proxy # Overrides the image tag whose default is the chart appVersion. tag: "" diff --git a/starters/touchin-server/templates/deployment.yaml b/starters/touchin-server/templates/deployment.yaml index 893c6b3..47b207c 100644 --- a/starters/touchin-server/templates/deployment.yaml +++ b/starters/touchin-server/templates/deployment.yaml @@ -20,6 +20,7 @@ spec: {{- end }} labels: {{- include ".selectorLabels" . | nindent 8 }} + {{- include ".touchinLabels" . | nindent 8 }} spec: {{- with .Values.imagePullSecrets }} imagePullSecrets: