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: /
|
# path: /
|
||||||
# port: http
|
# port: http
|
||||||
# initialDelaySeconds: 120
|
# 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:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
{{- with .Values.nodeSelector }}
|
{{- with .Values.nodeSelector }}
|
||||||
|
@ -12,6 +12,12 @@ imagePullSecrets: []
|
|||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
fullnameOverride: ""
|
fullnameOverride: ""
|
||||||
|
|
||||||
|
config:
|
||||||
|
timezone: Etc/UTC
|
||||||
|
jvmMemory:
|
||||||
|
startup: default
|
||||||
|
limit: default
|
||||||
|
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
# Specifies whether a service account should be created
|
# Specifies whether a service account should be created
|
||||||
create: true
|
create: true
|
||||||
|
Loading…
Reference in New Issue
Block a user