TrueChartsClone/charts/incubator/plextraktsync/values.yaml

48 lines
735 B
YAML
Raw Normal View History

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/plextraktsync
tag: latest@sha256:30cf60eb8d93995c358d88912c5dd7acf101a5673c0664016ca275718555d948
fix(plextraktsync): add docs and persistence (#3604) * fix(plextraktsync): add docs and persistence * fix(plextraktsync): add docs and persistence * Update charts/incubator/plextraktsync/values.yaml * Update charts/incubator/plextraktsync/Chart.yaml * removed excess line * create initContainers * fixed init formatting * add env to init container * update questions.yaml * removed comment * Update charts/incubator/plextraktsync/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/docs/installation_notes.md Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * switch to configmap * lint * Not needed * add cron * add gui * delete docs for now * majorbump * cron update Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-09-17 04:47:20 -04:00
podSecurityContext:
runAsGroup: 0
runAsUser: 0
fix(plextraktsync): add docs and persistence (#3604) * fix(plextraktsync): add docs and persistence * fix(plextraktsync): add docs and persistence * Update charts/incubator/plextraktsync/values.yaml * Update charts/incubator/plextraktsync/Chart.yaml * removed excess line * create initContainers * fixed init formatting * add env to init container * update questions.yaml * removed comment * Update charts/incubator/plextraktsync/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/docs/installation_notes.md Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * switch to configmap * lint * Not needed * add cron * add gui * delete docs for now * majorbump * cron update Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-09-17 04:47:20 -04:00
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
tty: true
stdin: true
plexTraktSync:
task: ""
schedule: "0 */6 * * *"
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
fix(plextraktsync): add docs and persistence (#3604) * fix(plextraktsync): add docs and persistence * fix(plextraktsync): add docs and persistence * Update charts/incubator/plextraktsync/values.yaml * Update charts/incubator/plextraktsync/Chart.yaml * removed excess line * create initContainers * fixed init formatting * add env to init container * update questions.yaml * removed comment * Update charts/incubator/plextraktsync/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/docs/installation_notes.md Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * switch to configmap * lint * Not needed * add cron * add gui * delete docs for now * majorbump * cron update Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-09-17 04:47:20 -04:00
service:
main:
enabled: false
ports:
main:
enabled: false
chore(questions): replace questions parts with templates (#3402) * chore(questions): replace port parts with templates * chore(questions): replace controller parts with templates * remove tons of whitespce * remove quotes from strings on templates * make complete controller an include * default to recreate * remove replica and strategies as it's covered from controllerStrtegies include * remove whitespace again * replace controllertype with include (deployment/daemonset/statefulset) * replace advanced port part except targetport * remove more quotes * add hidden toggle of enable the port * new includes * update build script * controller deploy/stateful/deamon template changes * replace controllerStrategies with replicas, replica#, strategy, recreate * move 2 templates into a subfolder * remove quotes * remove disabled portals from questions and defined them on values * remove enabled portal from the questions and add it on values * one more app * Portal cleanup * remove portal templates * add more includes * replace portal links * move some templates in folders * replace ingressRoot with template * more grouping * replace persistenceroot with template * replace serviceExpertRoot * replace serviceroot * fix a rogue one * vctRoot * securityContext cleanup * remove quotes from templates on string * replace vctRoot * replace advanedSecurityRoot * replace podsecurity root * Update .github/scripts/build-catalog.sh * Update values.yaml * remove dupe portal * update build-release script * fix paths * fix apps with imageSelector Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-08 17:25:02 -04:00
fix(plextraktsync): add docs and persistence (#3604) * fix(plextraktsync): add docs and persistence * fix(plextraktsync): add docs and persistence * Update charts/incubator/plextraktsync/values.yaml * Update charts/incubator/plextraktsync/Chart.yaml * removed excess line * create initContainers * fixed init formatting * add env to init container * update questions.yaml * removed comment * Update charts/incubator/plextraktsync/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/docs/installation_notes.md Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * switch to configmap * lint * Not needed * add cron * add gui * delete docs for now * majorbump * cron update Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-09-17 04:47:20 -04:00
persistence:
config:
enabled: true
mountPath: /app/config
chore(questions): replace questions parts with templates (#3402) * chore(questions): replace port parts with templates * chore(questions): replace controller parts with templates * remove tons of whitespce * remove quotes from strings on templates * make complete controller an include * default to recreate * remove replica and strategies as it's covered from controllerStrtegies include * remove whitespace again * replace controllertype with include (deployment/daemonset/statefulset) * replace advanced port part except targetport * remove more quotes * add hidden toggle of enable the port * new includes * update build script * controller deploy/stateful/deamon template changes * replace controllerStrategies with replicas, replica#, strategy, recreate * move 2 templates into a subfolder * remove quotes * remove disabled portals from questions and defined them on values * remove enabled portal from the questions and add it on values * one more app * Portal cleanup * remove portal templates * add more includes * replace portal links * move some templates in folders * replace ingressRoot with template * more grouping * replace persistenceroot with template * replace serviceExpertRoot * replace serviceroot * fix a rogue one * vctRoot * securityContext cleanup * remove quotes from templates on string * replace vctRoot * replace advanedSecurityRoot * replace podsecurity root * Update .github/scripts/build-catalog.sh * Update values.yaml * remove dupe portal * update build-release script * fix paths * fix apps with imageSelector Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-08 17:25:02 -04:00
portal:
enabled: false
fix(plextraktsync): add docs and persistence (#3604) * fix(plextraktsync): add docs and persistence * fix(plextraktsync): add docs and persistence * Update charts/incubator/plextraktsync/values.yaml * Update charts/incubator/plextraktsync/Chart.yaml * removed excess line * create initContainers * fixed init formatting * add env to init container * update questions.yaml * removed comment * Update charts/incubator/plextraktsync/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/docs/installation_notes.md Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/plextraktsync/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * switch to configmap * lint * Not needed * add cron * add gui * delete docs for now * majorbump * cron update Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-09-17 04:47:20 -04:00
cronjob:
annotations: {}
failedJobsHistoryLimit: 5
successfulJobsHistoryLimit: 2