Skip to content

Commit

Permalink
fix: add back volumes for the Cloud UI
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 committed Oct 11, 2023
1 parent c3b7012 commit 661d50a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/testkube-cloud-ui/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ spec:
path: /
port: http
volumeMounts:
- mountPath: /usr/share/nginx/html
name: html
- mountPath: /tmp
name: tmp
resources:
Expand All @@ -95,6 +97,8 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- emptyDir: {}
name: html
- emptyDir: {}
name: tmp
{{- with .Values.tolerations }}
Expand Down

0 comments on commit 661d50a

Please sign in to comment.