26 lines
487 B
YAML
26 lines
487 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/kitana
|
|
tag: latest@sha256:09bf630e44d68f97934502b92f97b16a734090fd28431a7b43aec8d233fa4174
|
|
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
|