|
10 | 10 | # |
11 | 11 | # RBAC |
12 | 12 | # Some cluster security policies may block the Helm chart from creating RBAC resources, |
13 | | -# such as service accounts, roles, and role bindings. |
14 | | -# Sourcegraph only uses RBAC resources for Kubernetes service discovery, and |
15 | | -# workarounds are available if needed |
| 13 | +# such as service accounts, roles, and role bindings. |
| 14 | +# Sourcegraph only uses RBAC resources for Kubernetes service discovery, and |
| 15 | +# workarounds are available if needed |
16 | 16 | # |
17 | 17 | # UID / GID / fsGroup |
18 | 18 | # Containers must run as UID / GID / fsGroup numbers assigned when the OpenShift |
@@ -252,8 +252,9 @@ frontend: |
252 | 252 | annotations: |
253 | 253 | # If using HAProxy router, add the timeout to prevent SSE / streaming timeouts |
254 | 254 | haproxy.router.openshift.io/timeout: 5m |
255 | | - kubernetes.io/ingress.class: openshift-default |
| 255 | + kubernetes.io/ingress.class: openshift-default-example |
256 | 256 | nginx.ingress.kubernetes.io/proxy-body-size: 150m |
| 257 | + # If terminating TLS on the router |
257 | 258 | route.openshift.io/termination: edge |
258 | 259 | host: sourcegraph.example.com |
259 | 260 |
|
@@ -366,7 +367,6 @@ executor: |
366 | 367 | # keepWorkspaces: true |
367 | 368 |
|
368 | 369 | # Requires -list format, not the cleaner map format |
369 | | - |
370 | 370 | extraEnv: |
371 | 371 |
|
372 | 372 | - name: KUBERNETES_EXECUTOR_CONTAINER_SECURITY_CONTEXT |
|
0 commit comments