TrueChartsCatalogClone/incubator/plaxt/0.0.12/ix_values.yaml

27 lines
477 B
YAML
Raw Normal View History

env:
TRAKT_ID: ""
TRAKT_SECRET: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/plaxt
tag: latest
persistence:
hostpathforkeystore:
enabled: true
mountPath: /app/keystore
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8000
protocol: TCP
targetPort: 8000