Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
f03f5fccfa
|
|||
|
b2dd6d949a
|
|||
|
1e187248e8
|
@@ -1,6 +1,6 @@
|
||||
FROM alpine:3.23
|
||||
|
||||
ENV PGHOST="database.database1.svc.cluster.local"
|
||||
ENV PGHOST="database.database2.svc.cluster.local"
|
||||
ENV PGDATABASE="udi-hottis"
|
||||
ENV PGUSER="pv-energy-calculator"
|
||||
ENV PGPASSWORD="-"
|
||||
|
||||
@@ -3,7 +3,7 @@ kind: CronJob
|
||||
metadata:
|
||||
name: pv-energy-calculator
|
||||
spec:
|
||||
schedule: "*/15 * * * *"
|
||||
schedule: "15 3 * * *"
|
||||
jobTemplate:
|
||||
spec:
|
||||
template:
|
||||
|
||||
Reference in New Issue
Block a user