fix(helm): templates
This commit is contained in:
parent
fc82f0a976
commit
7d0670049a
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ securityContext: {}
|
|||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 9000
|
||||
port: 8000
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ securityContext: {}
|
|||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 9000
|
||||
port: 80
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue