Files
truecharts/charts/incubator/podgrab/values.yaml
T
3ff41ac29e Dynamic polling (#560)
* chore(deps): update helm chart common to v6.3.1

* Fix KMS and Unifi

* try a collabora fix

* Temporarily disable nzbget probes waiting for next common

* try if firefly-iii wants https

* Fix a linting error on nzbget and path issues with jackett/prototypeGUI also disable for podgrab for now (just like NZBget, till next common)

* try polling the login path for firefly

* fireflyiii back to http

* APP_KEY typo and useless security context

* again

* fireflyiii fix broken db setup

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-14 17:53:38 +02:00

58 lines
810 B
YAML

# Default values for podgrab.
image:
repository: akhilrex/podgrab
pullPolicy: Always
tag: 1.0.0
strategy:
type: Recreate
# Configure the Security Context for the Pod
podSecurityContext:
runAsNonRoot: true
runAsUser: 568
runAsGroup: 568
fsGroup: 568
service:
main:
ports:
main:
port: 8080
tcp:
enabled: true
type: ClusterIP
ports:
tcp:
enabled: true
port: 51080
protocol: TCP
env:
PASSWORD: secretpasswordgoeshere
CHECK_FREQUENCY: 240
persistence:
config:
enabled: true
mountPath: "/config"
type: emptyDir
hostPathMounts:
- name: assets
enabled: true
mountPath: "/assets"
type: emptyDir
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false