From 661d50a36b8e04dfa861e86941639dbebd3468af Mon Sep 17 00:00:00 2001 From: Dawid Rusnak Date: Wed, 11 Oct 2023 15:21:18 +0200 Subject: [PATCH] fix: add back volumes for the Cloud UI --- charts/testkube-cloud-ui/templates/deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/testkube-cloud-ui/templates/deployment.yaml b/charts/testkube-cloud-ui/templates/deployment.yaml index 3905426ca..4be13be50 100644 --- a/charts/testkube-cloud-ui/templates/deployment.yaml +++ b/charts/testkube-cloud-ui/templates/deployment.yaml @@ -82,6 +82,8 @@ spec: path: / port: http volumeMounts: + - mountPath: /usr/share/nginx/html + name: html - mountPath: /tmp name: tmp resources: @@ -95,6 +97,8 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} volumes: + - emptyDir: {} + name: html - emptyDir: {} name: tmp {{- with .Values.tolerations }}