Skip to content

Commit

Permalink
Merge pull request #6732 from SohamChakraborty/2182-reduce-replica-nu…
Browse files Browse the repository at this point in the history
…mber-to-1

Reduce replica count to 1 for codesearch deployment and use recent image
  • Loading branch information
k8s-ci-robot authored Apr 18, 2024
2 parents 8458c1b + 4f88a07 commit e75f3b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/codesearch/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
app: codesearch
spec:
replicas: 2
replicas: 1
selector:
matchLabels:
app: codesearch
Expand All @@ -26,7 +26,7 @@ spec:
- name: codesearch-fetch
# Placeholder image until we can add image under control of k8s.io
# Issue to track this work: https://github.com/kubernetes/k8s.io/issues/2182
image: gcr.io/k8s-staging-infra-tools/cs-fetch-repos:v20220317-c16ef4289
image: gcr.io/k8s-staging-infra-tools/cs-fetch-repos:v20240417-4a8d8af41
volumeMounts:
- name: config
mountPath: /data
Expand Down

0 comments on commit e75f3b8

Please sign in to comment.