From 46e63f868b3b8dab3754fe433186e0a7c898b618 Mon Sep 17 00:00:00 2001 From: Yellow Plane Date: Wed, 21 Feb 2024 22:27:42 -0600 Subject: [PATCH] add resources to nginx --- stable/artifactory-ha/templates/nginx-deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stable/artifactory-ha/templates/nginx-deployment.yaml b/stable/artifactory-ha/templates/nginx-deployment.yaml index a086fe9f2..6eb22eba7 100644 --- a/stable/artifactory-ha/templates/nginx-deployment.yaml +++ b/stable/artifactory-ha/templates/nginx-deployment.yaml @@ -79,6 +79,8 @@ spec: volumeMounts: - mountPath: {{ .Values.nginx.persistence.mountPath | quote }} name: nginx-volume + resources: +{{ toYaml .Values.nginx.resources | indent 10 }} containers: - name: {{ .Values.nginx.name }} image: {{ include "artifactory-ha.getImageInfoByValue" (list . "nginx") }}