Skip to content

Commit

Permalink
Add missing merge code
Browse files Browse the repository at this point in the history
  • Loading branch information
brown-a2 committed Nov 8, 2024
1 parent 84dee68 commit 7b4c4b8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions helm_deploy/wordpress/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,8 @@ spec:
cpu: {{ index .Values.nginx.resources .Values.configmap.envtype "requests" "cpu" }}
memory: {{ index .Values.nginx.resources .Values.configmap.envtype "requests" "memory" }}
limits:
<<<<<<< HEAD
cpu: {{ index .Values.nginx.resources .Values.configmap.envtype "requests" "cpu" }}
memory: {{ index .Values.nginx.resources .Values.configmap.envtype "requests" "memory" }}
=======
cpu: {{ index .Values.nginx.resources .Values.configmap.envtype "limits" "cpu" }}
memory: {{ index .Values.nginx.resources .Values.configmap.envtype "limits" "memory" }}
>>>>>>> memory-allocation
ports:
- containerPort: 8080
volumeMounts:
Expand Down

0 comments on commit 7b4c4b8

Please sign in to comment.