Files
truecharts/charts/stable/sourcegraph/values.yaml
T

41 lines
848 B
YAML

image:
pullPolicy: IfNotPresent
repository: docker.io/sourcegraph/server
tag: 6.8.2313@sha256:7e111fa3d749ea7d8c3ab0d8b4ee91865f1c33d5f3d3ec15e0c8882012136106
persistence:
applicationdatastoragepath:
enabled: true
mountPath: /var/opt/sourcegraph
configstoragepath:
enabled: true
mountPath: /etc/sourcegraph
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