TrueChartsClone/charts/stable/sourcegraph/values.yaml

43 lines
872 B
YAML

image:
pullPolicy: IfNotPresent
repository: sourcegraph/server
tag: 5.4.10467@sha256:5e0e0f1474326431b98e9bb6c879857ea5dde15a4f272388beea9b20f57b0dfe
persistence:
applicationdatastoragepath:
enabled: true
mountPath: /var/opt/sourcegraph
configstoragepath:
enabled: true
mountPath: /etc/sourcegraph
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
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