Skip to content

Commit e69d3a5

Browse files
authored
Merge branch 'main' into ym/bump_porter_agent
2 parents df45077 + 80adbe3 commit e69d3a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

applications/web/templates/deployment-analysis-template.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ spec:
2323
containers:
2424
- name: rollout-sync
2525
image: ghcr.io/porter-dev/rollout-sync:latest
26+
resources:
27+
requests:
28+
cpu: 50m
29+
memory: 100Mi
2630
command: [sh, -c]
2731
args:
2832
{{- if and (.Values.deploymentStrategy.blueGreen) (.Values.deploymentStrategy.blueGreen.partnerApps) }}

0 commit comments

Comments
 (0)