Files
truecharts/charts/incubator/kitana/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
487 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/kitana
tag: latest@sha256:951a2ade8dfd97ee135dc77aff29a62619ea2b3877fc2f6c46f2133f83630420
persistence:
data:
enabled: true
mountPath: /app/data
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 31337
protocol: TCP
targetPort: 31337
portal:
enabled: true