1 Commits

Author SHA1 Message Date
952da106cd Update ollama/ollama Docker tag to v0.8.0
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 18s
2025-05-28 18:20:50 +00:00
3 changed files with 12 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ dependencies:
version: 1.2.0
- name: postgres-cluster
alias: postgres-17-cluster
version: 5.1.0
version: 6.4.2
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/gatus.png
appVersion: v5.12.0

View File

@@ -14,7 +14,7 @@ spec:
name: traefik-gateway
namespace: traefik
hostnames:
- gatus.alexlebens.net
- home.alexlebens.net
rules:
- matches:
- path:

View File

@@ -12,7 +12,6 @@ gatus:
type: ClusterIP
port: 80
targetPort: 8080
portName: http
ingress:
enabled: false
env:
@@ -109,6 +108,7 @@ gatus:
interval: 60s
conditions:
- "[STATUS] == 200"
- "[DOMAIN_EXPIRATION] > 720h"
- "[CERTIFICATE_EXPIRATION] > 240h"
postgres-17-cluster:
@@ -125,11 +125,15 @@ postgres-17-cluster:
recovery:
method: objectStore
objectStore:
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/gatus/gatus-postgresql-17-cluster
recoveryIndex: 1
index: 1
backup:
enabled: false
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/gatus/gatus-postgresql-17-cluster
backupIndex: 1
objectStore:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/gatus/gatus-postgresql-17-cluster
index: 1
scheduledBackups:
- name: daily-backup
schedule: "0 0 */3 * *"
backupName: external