From cb03476ed7369df9b1ab58469ac987a2b96b53e4 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 8 Aug 2021 12:18:57 +0200 Subject: [PATCH] [Close #1] fix: support resource definition --- templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 61433a8..650f187 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -36,6 +36,8 @@ spec: - name: http containerPort: 80 protocol: TCP + resources: + {{- toYaml .Values.resources | nindent 12 }} {{- with .Values.nodeSelector }} nodeSelector: