diff --git a/Chart.yaml b/Chart.yaml index 073cdba..d113d61 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.0 +version: 1.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "5.0.0" +appVersion: "6.0.0" diff --git a/README.md b/README.md index fa35e89..40eb80d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ui -![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.0](https://img.shields.io/badge/AppVersion-5.0.0-informational?style=flat-square) +![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square) A Helm chart for Kubernetes @@ -18,6 +18,8 @@ A Helm chart for Kubernetes | config.brand_name | string | `""` | | | config.hidden_result_tabs | string | `""` | | | config.hidden_support_sections | string | `""` | | +| config.meta.description | string | `"HeLx UI"` | | +| config.meta.title | string | `"HeLx UI"` | | | config.search.enabled | string | `"true"` | | | config.search.url | string | `"https:\\/\\/helx.renci.org"` | | | config.tranql_url | string | `"https:\\/\\/helx.renci.org\\/tranql\\/"` | | diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 7866f30..fb55dd6 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -35,18 +35,18 @@ spec: imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - name: http - containerPort: 80 + containerPort: 8080 protocol: TCP livenessProbe: initialDelaySeconds: 100 httpGet: path: / - port: 80 + port: 8080 readinessProbe: initialDelaySeconds: 100 httpGet: path: / - port: 80 + port: 8080 resources: {{- toYaml .Values.resources | nindent 12 }} env: diff --git a/templates/service.yaml b/templates/service.yaml index 63bde0f..17cc733 100644 --- a/templates/service.yaml +++ b/templates/service.yaml @@ -12,7 +12,7 @@ spec: type: {{ .Values.service.type }} ports: - port: {{ .Values.service.port }} - targetPort: 80 + targetPort: 8080 protocol: TCP name: http selector: