Skip to content

Commit 7893c8d

Browse files
Make syntactic worker more like precise worker
1 parent 9eb4ccd commit 7893c8d

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

charts/sourcegraph/examples/external-object-storage/override.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ frontend:
3232
preciseCodeIntel:
3333
env:
3434
<<: *objectStorageEnv
35+
36+
syntacticCodeIntel:
37+
env:
38+
<<: *objectStorageEnv

charts/sourcegraph/examples/gcp/override.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ preciseCodeIntel:
6969
SRC_LOG_FORMAT:
7070
value: json_gcp
7171

72+
syntacticCodeIntel:
73+
env:
74+
SRC_LOG_FORMAT:
75+
value: json_gcp
76+
7277
repoUpdater:
7378
env:
7479
SRC_LOG_FORMAT:

charts/sourcegraph/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ postgresExporter:
800800
syntacticCodeIntel:
801801
enabled: false
802802
properties:
803-
# -- port to whick worker API will bind
803+
# -- port to which worker API will bind
804804
workerPort: 3188
805805
image:
806806
# -- Docker image tag for the `syntactic-code-intel-worker` image

0 commit comments

Comments
 (0)