mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 17:07:04 +02:00
Co-authored-by: lab-assistant[bot] <180935599+lab-assistant[bot]@users.noreply.github.com>
20 lines
395 B
YAML
20 lines
395 B
YAML
---
|
|
# yaml-language-server: $schema=../../../common/values.schema.json
|
|
controllers:
|
|
main:
|
|
type: cronjob
|
|
cronjob:
|
|
timeZone: UTC
|
|
schedule: "*/20 * * * *"
|
|
containers:
|
|
main:
|
|
image:
|
|
repository: ghcr.io/mendhak/http-https-echo
|
|
tag: 31
|
|
pullPolicy: IfNotPresent
|
|
|
|
configMaps:
|
|
config:
|
|
enabled: true
|
|
data:
|
|
test: value 1
|