Files
truecharts/charts/incubator/tanoshi/values.yaml
T
Stavros KoisandGitHub 9056d3c8f7 fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
2022-08-27 02:12:33 +03:00

26 lines
492 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/tanoshi
tag: latest@sha256:8e471c679e5319c0d9d9bf25f5eaa4a470ca979a73ffa36e7ae295ad4f4edea3
persistence:
directoryconfig:
enabled: true
mountPath: /tanoshi
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 80
protocol: TCP
targetPort: 80
portal:
enabled: true