26 lines
448 B
YAML
26 lines
448 B
YAML
env:
|
|
MONGO_URL: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/nosqlclient
|
|
tag: latest
|
|
persistence:
|
|
appdata:
|
|
enabled: true
|
|
mountPath: /data/db
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 3000
|
|
protocol: TCP
|
|
targetPort: 3000
|