2 Commits
0.1.7 ... 0.2.0

Author SHA1 Message Date
f03f5fccfa use new database
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2026-01-31 11:07:23 +01:00
b2dd6d949a run later
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-12-17 09:01:00 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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="-"

View File

@@ -3,7 +3,7 @@ kind: CronJob
metadata:
name: pv-energy-calculator
spec:
schedule: "15 0 * * *"
schedule: "15 3 * * *"
jobTemplate:
spec:
template: