fix(helm): templates

This commit is contained in:
Rajesh Rajendran 2021-12-19 10:26:40 +05:30
parent fc82f0a976
commit 7d0670049a
No known key found for this signature in database
GPG key ID: F9F6FCAB8BACB638
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -38,7 +38,7 @@ securityContext: {}
service:
type: ClusterIP
port: 9000
port: 8000
ingress:
enabled: false

View file

@ -38,7 +38,7 @@ securityContext: {}
service:
type: ClusterIP
port: 9000
port: 80
ingress:
enabled: false