30 lines
574 B
YAML
30 lines
574 B
YAML
env:
|
|
TRAKT_ID: ""
|
|
TRAKT_SECRET: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/plaxt
|
|
tag: latest@sha256:da5223efed05cf981a0a5a4670cfbd609db5c3ad0b4653ba88a6b08a77805cc1
|
|
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
|
|
|
|
portal:
|
|
enabled: true
|