chore(incubator): Move Dev to incubator and some cleanup
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/sourcegraph
|
||||
tag: v3.10.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:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 7080
|
||||
protocol: HTTP
|
||||
targetPort: 7080
|
||||
Reference in New Issue
Block a user