apps(renovate): Updated schedule and DNS settings
This commit is contained in:
@@ -3,12 +3,16 @@ kind: CronJob
|
|||||||
metadata:
|
metadata:
|
||||||
name: renovate-gitea
|
name: renovate-gitea
|
||||||
spec:
|
spec:
|
||||||
schedule: '@hourly'
|
schedule: '*/5 * * * *'
|
||||||
concurrencyPolicy: Forbid
|
concurrencyPolicy: Forbid
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
|
dnsPolicy: "None"
|
||||||
|
dnsConfig:
|
||||||
|
nameservers:
|
||||||
|
- 100.96.226.96
|
||||||
affinity:
|
affinity:
|
||||||
nodeAffinity:
|
nodeAffinity:
|
||||||
preferredDuringSchedulingIgnoredDuringExecution:
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||||||
@@ -19,10 +23,6 @@ spec:
|
|||||||
operator: In
|
operator: In
|
||||||
values:
|
values:
|
||||||
- fsn
|
- fsn
|
||||||
hostAliases:
|
|
||||||
- ip: "100.105.22.116"
|
|
||||||
hostnames:
|
|
||||||
- "git.prettysunflower.moe"
|
|
||||||
containers:
|
containers:
|
||||||
- name: renovate
|
- name: renovate
|
||||||
image: renovate/renovate:41.23.5
|
image: renovate/renovate:41.23.5
|
||||||
|
Reference in New Issue
Block a user