mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-07-13 09:27:31 +00:00
add env variables
This commit is contained in:
@ -57,6 +57,13 @@ spec:
|
||||
# path: /
|
||||
# port: http
|
||||
# initialDelaySeconds: 120
|
||||
env:
|
||||
- name: TZ
|
||||
value: {{ .Values.config.timezone }}
|
||||
- name: MEM_STARTUP
|
||||
value: {{ .Values.config.jvmMemory.startup }}
|
||||
- name: MEM_LIMIT
|
||||
value: {{ .Values.config.jvmMemory.limit }}
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
{{- with .Values.nodeSelector }}
|
||||
|
Reference in New Issue
Block a user