helm-charts/charts/library/common-test/ci/cronjob-values.yaml
2024-03-07 18:53:41 +00:00

22 lines
361 B
YAML

controllers:
main:
type: cronjob
cronjob:
timeZone: UTC
schedule: "*/20 * * * *"
containers:
main:
image:
repository: ghcr.io/mendhak/http-https-echo
tag: 31
pullPolicy: IfNotPresent
service:
main:
enabled: false
configMaps:
config:
enabled: true
data:
test: value 1