[Close #1] fix: support resource definition
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2021-08-08 12:18:57 +02:00
parent 52ece063de
commit cb03476ed7
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -36,6 +36,8 @@ spec:
- name: http
containerPort: 80
protocol: TCP
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
nodeSelector: