-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.yml
More file actions
executable file
·39 lines (36 loc) · 836 Bytes
/
Copy pathmanifest.yml
File metadata and controls
executable file
·39 lines (36 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
apiVersion: batch/v1beta1
kind: CronJob
metadata:
creationTimestamp: null
labels:
run: pks-autoscale
name: pks-autoscale
spec:
concurrencyPolicy: Forbid
startingDeadlineSeconds: 60
jobTemplate:
metadata:
creationTimestamp: null
spec:
template:
metadata:
creationTimestamp: null
labels:
run: pks-autoscale
spec:
containers:
- image: warroyo90/pks-autoscale:1.3.0
name: pks-autoscale
envFrom:
- secretRef:
name: autoscale
resources:
requests:
memory: "64Mi"
cpu: "250m"
limits:
memory: "256Mi"
cpu: "500m"
restartPolicy: Never
schedule: '*/10 * * * *'
status: {}