Files
truecharts/charts/incubator/sourcegraph/values.yaml
TrueCharts Bot 4dc32a9142 chore(deps): update docker general non-major (#3736)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

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

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-11 12:08:28 +02:00

45 lines
831 B
YAML

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