Compare commits

..

No commits in common. "490de727a48923fd111b5a6124191a90a1067e21" and "f9846c59cafb6df18dc8e13ea2a1ef9e0b8159f0" have entirely different histories.

3 changed files with 10 additions and 8 deletions

View file

@ -24,7 +24,7 @@ data:
backup.velero.io/backup-volumes: "app-data"
persistence:
assets:
existingClaim: "penpot-assets"
existingClaim: "penpot-data"
ingress:
enabled: true

View file

@ -3,6 +3,8 @@ kind: PersistentVolumeClaim
metadata:
name: gatus-data
namespace: stackspout
labels:
stackspin.net/backupSet: "gatus"
spec:
accessModes:
- ReadWriteOnce

View file

@ -27,13 +27,13 @@ data:
path: /data/gatus.sqlite
security:
# https://twin.sh/articles/56/securing-gatus-with-oidc-using-auth0
#oidc:
# issuer-url: "https://${hydra_domain}/"
# redirect-url: "https://${gatus_domain}/authorization-code/callback"
# client-id: "${client_id}"
# client-secret: "${client_secret}"
# scopes: ["openid"]
# #autoDiscoverUrl: 'https://${hydra_domain}/.well-known/openid-configuration'
oidc:
issuer-url: "https://${hydra_domain}/"
redirect-url: "https://${gatus_domain}/authorization-code/callback"
client-id: "${client_id}"
client-secret: "${client_secret}"
scopes: ["openid"]
#autoDiscoverUrl: 'https://${hydra_domain}/.well-known/openid-configuration'
alerting:
# https://github.com/TwiN/gatus?tab=readme-ov-file#configuring-email-alerts
email: