Skip to content

Commit

Permalink
feat: silverbullet
Browse files Browse the repository at this point in the history
  • Loading branch information
cterence committed Aug 27, 2024
1 parent c7753ed commit 9477885
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions k8s-apps/blackbox-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ prometheus-blackbox-exporter:
- name: paperless
url: http://paperless-ngx.paperless-ngx:8000
module: http_2xx
- name: silverbullet
url: https://sb.terence.cloud/.ping
module: http_2xx
- name: tailout
url: http://tailout.tailout:3000/health
module: http_2xx
Expand Down
2 changes: 2 additions & 0 deletions k8s-apps/ghost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ghost:
## @param ghostPassword Ghost user password
## Defaults to a random 10-character alphanumeric string if not set
##
# TODO: utiliser secret
ghostPassword: ""
## @param existingSecret Name of existing secret containing Ghost credentials
## NOTE: Must contain key `ghost-password`
Expand Down Expand Up @@ -558,6 +559,7 @@ ghost:
database: bitnami_ghost
username: bn_ghost
password: ""
# TODO: utiliser secret
existingSecret: ""
## MySQL Primary configuration
##
Expand Down

0 comments on commit 9477885

Please sign in to comment.