Files
truecharts/charts/incubator/sourcegraph/values.yaml
T
TrueCharts BotandGitHub 476adf0aef chore(deps): update container image tccr.io/truecharts/sourcegraph to v4.0.0 (#3862)
* chore(deps): update container image tccr.io/truecharts/sourcegraph to v4.0.0

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-24 20:33:25 +03:00

45 lines
830 B
YAML

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