File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 36
36
image : index.docker.io/sourcegraph/precise-code-intel-worker:3.15.1@sha256:00642b4bd6f37ff3e80b4b94a5699cef5ededae6875a5010c4202fd91ad0dfaf
37
37
terminationMessagePolicy : FallbackToLogsOnError
38
38
name : precise-code-intel-worker
39
+ livenessProbe :
40
+ httpGet :
41
+ path : /healthz
42
+ port : http
43
+ scheme : HTTP
44
+ initialDelaySeconds : 60
45
+ timeoutSeconds : 5
46
+ readinessProbe :
47
+ httpGet :
48
+ path : /healthz
49
+ port : http
50
+ scheme : HTTP
51
+ periodSeconds : 5
52
+ timeoutSeconds : 5
39
53
ports :
54
+ - containerPort : 3188
55
+ name : http
40
56
- containerPort : 6060
41
57
name : debug
42
58
resources :
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ metadata:
10
10
name : precise-code-intel-worker
11
11
spec :
12
12
ports :
13
+ - name : http
14
+ port : 3188
15
+ targetPort : http
13
16
- name : debug
14
17
port : 6060
15
18
targetPort : debug
You can’t perform that action at this time.
0 commit comments