Files
truecharts/charts/incubator/nosqlclient/values.yaml
T
TrueCharts BotandGitHub 99f036d23b chore(deps): update docker general non-major (#3300)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 23:35:40 +02:00

26 lines
520 B
YAML

env:
MONGO_URL: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/nosqlclient
tag: latest@sha256:ad605b40408d5dcc0fb1503ca4e58f442999330b9a2cbdc068fdbe637cb8bd5e
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