2022-07-20 16:56:58 +00:00
|
|
|
env:
|
2022-07-23 01:37:45 +00:00
|
|
|
TRAKT_ID: ""
|
|
|
|
TRAKT_SECRET: ""
|
2022-07-20 16:56:58 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
2022-07-23 01:37:45 +00:00
|
|
|
repository: tccr.io/truecharts/plaxt
|
2022-07-20 16:56:58 +00:00
|
|
|
tag: latest
|
|
|
|
persistence:
|
2022-07-23 01:37:45 +00:00
|
|
|
hostpathforkeystore:
|
2022-07-20 16:56:58 +00:00
|
|
|
enabled: true
|
2022-07-23 01:37:45 +00:00
|
|
|
mountPath: /app/keystore
|
2022-07-20 16:56:58 +00:00
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
port: 8000
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 8000
|