45 lines
902 B
YAML
45 lines
902 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/sourcegraph
|
|
tag: 5.0.2@sha256:bb4385280218543a66b629b6e282ddc0f07dbc0dfaa257fa5757060512fa711b
|
|
persistence:
|
|
applicationdatastoragepath:
|
|
enabled: true
|
|
mountPath: /var/opt/sourcegraph
|
|
configstoragepath:
|
|
enabled: true
|
|
mountPath: /etc/sourcegraph
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
adminconsolepo:
|
|
enabled: true
|
|
ports:
|
|
adminconsolepo:
|
|
enabled: true
|
|
port: 2633
|
|
protocol: TCP
|
|
targetPort: 2633
|
|
grafanaport:
|
|
enabled: true
|
|
ports:
|
|
grafanaport:
|
|
enabled: true
|
|
port: 3370
|
|
protocol: TCP
|
|
targetPort: 3370
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 7080
|
|
protocol: HTTP
|
|
targetPort: 7080
|
|
|
|
portal:
|
|
enabled: true
|