File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed
Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 2424 args :
2525 - " start"
2626 {{- if .Values.tls.enabled }}
27- - " --tls"
28- - " --tls-cert=/etc/tls/tls.crt"
29- - " --tls-key=/etc/tls/tls.key"
30- - " --allow-untrusted-ssl"
27+ - " --generate-self-signed-cert"
3128 {{- end }}
3229 ports :
3330 - name : {{- if .Values.tls.enabled }} https{{- else }} http{{- end }}
5754 volumeMounts :
5855 - mountPath : /data
5956 name : theia-shared-cache-data-volume
60- {{- if .Values.tls.enabled }}
61- - mountPath : /etc/tls
62- name : tls
63- readOnly : true
64- {{- end }}
65- {{- if .Values.tls.enabled }}
66- volumes :
67- - name : tls
68- secret :
69- secretName : {{ .Values.tls.secretName }}
70- {{- end }}
7157 volumeClaimTemplates :
7258 - metadata :
7359 name : theia-shared-cache-data-volume
Original file line number Diff line number Diff line change 88
99tls :
1010 enabled : false
11- secretName : cache-internal-cert-secret
1211
1312# Persistence: used for StatefulSet volumeClaimTemplates
1413persistence :
You can’t perform that action at this time.
0 commit comments