Skip to content

Commit

Permalink
tune remote-resolvers again for memory issues seen on prod-rh01
Browse files Browse the repository at this point in the history
rh-pre-commit.version: 2.3.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
gabemontero committed Jul 24, 2024
1 parent 49281e4 commit e64b34f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
# replicas - default pipeline-service setting is 1
# memory limit - default upstream setting is 4Gi
value:
replicas: 2
replicas: 1
template:
spec:
containers:
- name: controller
resources:
limits:
cpu: "1"
memory: 8Gi
memory: 16Gi
requests:
cpu: 100m
memory: 100Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2072,15 +2072,15 @@ spec:
memory: 100Mi
tekton-pipelines-remote-resolvers:
spec:
replicas: 2
replicas: 1
template:
spec:
containers:
- name: controller
resources:
limits:
cpu: "1"
memory: 8Gi
memory: 16Gi
requests:
cpu: 100m
memory: 100Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2072,15 +2072,15 @@ spec:
memory: 100Mi
tekton-pipelines-remote-resolvers:
spec:
replicas: 2
replicas: 1
template:
spec:
containers:
- name: controller
resources:
limits:
cpu: "1"
memory: 8Gi
memory: 16Gi
requests:
cpu: 100m
memory: 100Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2072,15 +2072,15 @@ spec:
memory: 100Mi
tekton-pipelines-remote-resolvers:
spec:
replicas: 2
replicas: 1
template:
spec:
containers:
- name: controller
resources:
limits:
cpu: "1"
memory: 8Gi
memory: 16Gi
requests:
cpu: 100m
memory: 100Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2072,15 +2072,15 @@ spec:
memory: 100Mi
tekton-pipelines-remote-resolvers:
spec:
replicas: 2
replicas: 1
template:
spec:
containers:
- name: controller
resources:
limits:
cpu: "1"
memory: 8Gi
memory: 16Gi
requests:
cpu: 100m
memory: 100Mi
Expand Down

0 comments on commit e64b34f

Please sign in to comment.