Files
truecharts/charts/stable/podgrab/values.yaml
T
e8dbca32f5 chore(deps): update non-major (#1449)
* chore(deps): update non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-03 15:07:49 +01:00

39 lines
594 B
YAML

image:
repository: tccr.io/truecharts/podgrab
pullPolicy: Always
tag: v1.0.0@sha256:069fb1ef81d47a37137da2cfd249423c8dc330086c2a2e1271c5895f9f8cae9f
service:
main:
ports:
main:
port: 10093
targetPort: 8080
tcp:
enabled: true
ports:
tcp:
enabled: true
port: 51080
targetPort: 51080
env:
PASSWORD: "secretpasswordgoeshere"
CHECK_FREQUENCY: 240
persistence:
config:
enabled: true
mountPath: "/config"
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false