fix(plaxt): moved to stable and added docs (#3638)
* fix(plaxt): move to stable and added docs v2 * Rename README..md to README.md * fix common version back to 10.5.5 * no messaeg Co-authored-by: Stavros kois <s.kois@outlook.com>
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/plaxt
|
||||
tag: latest@sha256:da5223efed05cf981a0a5a4670cfbd609db5c3ad0b4653ba88a6b08a77805cc1
|
||||
|
||||
env:
|
||||
TRAKT_ID: ""
|
||||
TRAKT_SECRET: ""
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 8000
|
||||
protocol: HTTP
|
||||
targetPort: 8000
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/app/keystore"
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user