diff --git a/scripts/helm/helm/database-migrate/templates/Job.yaml b/scripts/helm/helm/database-migrate/templates/Job.yaml index 54f9fa9b2..9f415bc51 100644 --- a/scripts/helm/helm/database-migrate/templates/Job.yaml +++ b/scripts/helm/helm/database-migrate/templates/Job.yaml @@ -29,7 +29,7 @@ spec: image: alpine/git env: - name: ENTERPRISE_EDITION_LICENSE - value: "{{ .Values.global.enterprise_edition_license }}" + value: "{{ .Values.global.enterpriseEditionLicense }}" command: - /bin/sh - -c @@ -71,7 +71,7 @@ spec: mountPath: /opt/openreplay - name: dbmigrationscript mountPath: /opt/migrations/ - {{- if .Values.global.enterprise_edition_license }} + {{- if .Values.global.enterpriseEditionLicense }} # Enterprise migration - name: clickhouse image: yandex/clickhouse-client:20.9 diff --git a/scripts/helm/helm/openreplay/charts/chalice/values.yaml b/scripts/helm/helm/openreplay/charts/chalice/values.yaml index 4ab99a172..bb8139ede 100644 --- a/scripts/helm/helm/openreplay/charts/chalice/values.yaml +++ b/scripts/helm/helm/openreplay/charts/chalice/values.yaml @@ -38,7 +38,7 @@ securityContext: {} service: type: ClusterIP - port: 9000 + port: 8000 ingress: enabled: false diff --git a/scripts/helm/helm/openreplay/charts/http/values.yaml b/scripts/helm/helm/openreplay/charts/http/values.yaml index c2c14ec5e..e0856949e 100644 --- a/scripts/helm/helm/openreplay/charts/http/values.yaml +++ b/scripts/helm/helm/openreplay/charts/http/values.yaml @@ -38,7 +38,7 @@ securityContext: {} service: type: ClusterIP - port: 9000 + port: 80 ingress: enabled: false