Skip to content
Snippets Groups Projects
Unverified Commit d57b22eb authored by Daniel Ecer's avatar Daniel Ecer Committed by GitHub
Browse files

exposed grobid env (#5)

parent 2b163cd1
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,10 @@ spec:
env:
- name: JAVA_OPTS
value: "{{ .Values.maxJavaHeap }}"
{{- range $key, $value := .Values.env }}
- name: {{ $key }}
value: "{{ $value }}"
{{- end }}
ports:
- name: http
containerPort: 8070
......
......@@ -56,3 +56,5 @@ nodeSelector: {}
tolerations: []
affinity: {}
env: {}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment