Compare commits
2 commits
f9846c59ca
...
490de727a4
Author | SHA1 | Date | |
---|---|---|---|
|
490de727a4 | ||
|
79b84264d0 |
3 changed files with 8 additions and 10 deletions
|
@ -24,7 +24,7 @@ data:
|
|||
backup.velero.io/backup-volumes: "app-data"
|
||||
persistence:
|
||||
assets:
|
||||
existingClaim: "penpot-data"
|
||||
existingClaim: "penpot-assets"
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
|
|
|
@ -3,8 +3,6 @@ kind: PersistentVolumeClaim
|
|||
metadata:
|
||||
name: gatus-data
|
||||
namespace: stackspout
|
||||
labels:
|
||||
stackspin.net/backupSet: "gatus"
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue