Skip to content

Commit

Permalink
add resources to nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowplane13 committed Feb 22, 2024
1 parent 78bec96 commit 46e63f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stable/artifactory-ha/templates/nginx-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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") }}
Expand Down

0 comments on commit 46e63f8

Please sign in to comment.