Files
truecharts/charts/stable/podgrab/values.yaml
T
45826a0aaa chore(deps): update docker general non-major (#3089)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

* Commit bumped App Version

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

* Commit bumped App Version

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

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-07-07 20:00:56 +02:00

41 lines
606 B
YAML

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