Skip to content

Commit

Permalink
fix: add volume for nginx configuration in Cloud UI
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 committed Oct 11, 2023
1 parent 798509d commit d55cfbe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/testkube-cloud-ui/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# testkube-cloud-ui

![Version: 1.18.0](https://img.shields.io/badge/Version-1.18.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.0-dev-decfd15](https://img.shields.io/badge/AppVersion-1.6.0--dev--decfd15-informational?style=flat-square)
![Version: 1.18.1](https://img.shields.io/badge/Version-1.18.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.0-dev-6d9458b](https://img.shields.io/badge/AppVersion-1.6.0--dev--6d9458b-informational?style=flat-square)

A Helm chart for Testkube Cloud UI

Expand Down
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: /etc/nginx
name: nginx
- mountPath: /usr/share/nginx/html
name: html
- mountPath: /tmp
Expand All @@ -97,6 +99,8 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- emptyDir: {}
name: nginx
- emptyDir: {}
name: html
- emptyDir: {}
Expand Down
4 changes: 2 additions & 2 deletions charts/testkube-enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A Helm chart for Testkube Enterprise
| Repository | Name | Version |
|------------|------|---------|
| file://../testkube-cloud-api | testkube-cloud-api | 1.16.0 |
| file://../testkube-cloud-ui | testkube-cloud-ui | 1.18.0 |
| file://../testkube-cloud-ui | testkube-cloud-ui | 1.18.1 |
| https://charts.bitnami.com/bitnami | common | 2.2.5 |
| https://charts.bitnami.com/bitnami | mongodb | 13.10.2 |
| https://charts.dexidp.io | dex | 0.14.1 |
Expand Down Expand Up @@ -148,7 +148,7 @@ A Helm chart for Testkube Enterprise
| testkube-cloud-api.prometheus.enabled | bool | `true` | |
| testkube-cloud-ui.fullnameOverride | string | `"testkube-enterprise-ui"` | |
| testkube-cloud-ui.image.repository | string | `"testkubeenterprise/testkube-enterprise-ui"` | |
| testkube-cloud-ui.image.tag | string | `"1.6.0-dev-decfd15"` | |
| testkube-cloud-ui.image.tag | string | `"1.6.0-dev-6d9458b"` | |
| testkube-cloud-ui.ingress.tlsSecretName | string | `"testkube-enterprise-ui-tls"` | Name of the TLS secret which contains the certificate files |

----------------------------------------------
Expand Down

0 comments on commit d55cfbe

Please sign in to comment.