Files
truecharts/charts/incubator/sourcegraph/values.yaml
T
Stavros KoisandGitHub 9056d3c8f7 fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
2022-08-27 02:12:33 +03:00

45 lines
831 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/sourcegraph
tag: 3.43.0
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