We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b02e9f commit 783dcfaCopy full SHA for 783dcfa
apps/codesearch/deployment.yaml
@@ -21,6 +21,13 @@ spec:
21
labels:
22
app: codesearch
23
spec:
24
+ tolerations:
25
+ - key: "codesearch"
26
+ operator: "Equal"
27
+ value: "true"
28
+ effect: "NoSchedule"
29
+ nodeSelector:
30
+ cloud.google.com/gke-nodepool: "nap-c4-highmem-8"
31
terminationGracePeriodSeconds: 30
32
initContainers:
33
- name: codesearch-fetch
@@ -45,11 +52,11 @@ spec:
45
52
mountPath: /data
46
53
resources:
47
54
limits:
48
- cpu: 4
49
- memory: 16Gi
55
+ cpu: 6
56
+ memory: 24Gi
50
57
requests:
51
58
59
60
volumes:
61
- name: config
62
emptyDir: {}
0 commit comments