mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-04-24 16:39:52 +00:00
add env variables
This commit is contained in:
parent
b59c7137f6
commit
e02c2087da
@ -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 }}
|
||||
|
@ -12,6 +12,12 @@ imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
|
||||
config:
|
||||
timezone: Etc/UTC
|
||||
jvmMemory:
|
||||
startup: default
|
||||
limit: default
|
||||
|
||||
serviceAccount:
|
||||
# Specifies whether a service account should be created
|
||||
create: true
|
||||
|
Loading…
Reference in New Issue
Block a user