diff --git a/orchard/Chart.yaml b/orchard/Chart.yaml index 3caa068..6a7d8ad 100644 --- a/orchard/Chart.yaml +++ b/orchard/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: Machine learning powered tutor-like app for first year calculus courses. name: orchard -version: 0.2.11 +version: 0.2.12 diff --git a/orchard/templates/ui-deployment.yaml b/orchard/templates/ui-deployment.yaml index faf9f74..1580ea1 100644 --- a/orchard/templates/ui-deployment.yaml +++ b/orchard/templates/ui-deployment.yaml @@ -1,20 +1,20 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: {{ template "orchard.fullname" . }}-ui + name: {{ template "orchard.fullname" . }} spec: replicas: {{ .Values.replicas.ui }} selector: matchLabels: - app: {{ template "orchard.fullname" . }}-ui + app: {{ template "orchard.fullname" . }} replicas: 1 template: metadata: labels: - app: {{ template "orchard.fullname" . }}-ui + app: {{ template "orchard.fullname" . }} spec: containers: - - name: {{ template "orchard.fullname" . }}-ui + - name: {{ template "orchard.fullname" . }} image: {{ .Values.image.ui | quote }} imagePullPolicy: {{ .Values.image.pullPolicy }} ports: