Files
library-charts/library/common-test/ci/schedule-values.yaml
Kjeld Schouten 616f808f85 hmm
2023-11-18 14:14:06 +01:00

56 lines
1.1 KiB
YAML

service:
main:
enabled: true
primary: true
ports:
main:
enabled: true
primary: true
protocol: http
port: 8080
workload:
main:
enabled: true
primary: true
type: Deployment
podSpec:
containers:
main:
enabled: true
primary: true
args:
- --port
- "8080"
probes:
liveness:
enabled: true
type: http
port: "{{ .Values.service.main.ports.main.port }}"
readiness:
enabled: true
type: http
port: "{{ .Values.service.main.ports.main.port }}"
startup:
enabled: true
type: http
port: "{{ .Values.service.main.ports.main.port }}"
manifestManager:
enabled: false
schedules:
- name:
enabled: true
labels:
myenv: foo
annotations:
myenv: foo
schedule: "0 0 * * *"
useOwnerReferencesInBackup: false
template:
ttl: "240h"
storageLocation: default
includedNamespaces:
- foo