You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sslmode: "disable"# set to "require" to enable SSL
171
+
sslmode: "disable"# set to "require" to enable SSL
171
172
# -- Environment variables for the `codeinsights-db` container
172
173
env: {}
173
174
# -- Name of existing ConfigMap for `codeinsights-db`. It must contain a `postgresql.conf` key.
@@ -242,7 +243,7 @@ codeIntelDB:
242
243
# -- Sets codeintel-db port
243
244
port: "5432"
244
245
# -- Sets codeintel-db SSL mode
245
-
sslmode: "disable"# set to "require" to enable SSL
246
+
sslmode: "disable"# set to "require" to enable SSL
246
247
# -- Name of existing ConfigMap for `codeintel-db`. It must contain a `postgresql.conf` key
247
248
existingConfig: ""
248
249
# -- Additional PostgreSQL configuration. This will override or extend our default configuration.
@@ -643,9 +644,9 @@ openTelemetry:
643
644
# -- Resource requests & limits for the `otel-agent` container,
644
645
# learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/)
645
646
hostPorts:
646
-
grpc-otlp: 4317
647
-
http-otlp: 4318
648
-
http-zpages: 55679
647
+
grpcOtlp: 4317
648
+
httpOtlp: 4318
649
+
httpZpages: 55679
649
650
resources:
650
651
limits:
651
652
cpu: "500m"
@@ -730,9 +731,9 @@ pgsql:
730
731
# -- Sets postgres port
731
732
port: "5432"
732
733
# -- Sets postgres SSL mode
733
-
sslmode: "disable"# set to "require" to enable SSL
734
+
sslmode: "disable"# set to "require" to enable SSL
734
735
# -- Name of existing ConfigMap for `pgsql`. It must contain a `postgresql.conf` key
735
-
existingConfig: ""# Name of an existing configmap
736
+
existingConfig: ""# Name of an existing configmap
736
737
# -- Additional PostgreSQL configuration. This will override or extend our default configuration.
737
738
# Notes: This is expecting a multiline string.
738
739
# Learn more from our [recommended PostgreSQL configuration](https://docs.sourcegraph.com/admin/config/postgres-conf) and [PostgreSQL documentation](https://www.postgresql.org/docs/12/config-setting.html)
@@ -1159,14 +1160,7 @@ jaeger:
1159
1160
# -- Name used by resources. Does not affect service names or PVCs.
# learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)
1172
1166
containerSecurityContext:
@@ -1233,8 +1227,7 @@ worker:
1233
1227
# -- Scale worker horizontally by configuring additional replicas dedicated to specific jobs.
1234
1228
# for each replica, configure the dedicated jobs to run on this replica.
1235
1229
# learn more from https://sourcegraph.com/docs/admin/workers#3-split-jobs-and-scale-independently
0 commit comments