Skip to content

Commit

Permalink
mariadb-operator - phpmyadmin gatus fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoosaar committed Nov 17, 2024
1 parent 0d8259c commit cdda0cf
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
24 changes: 24 additions & 0 deletions kubernetes/main/apps/database/phpmyadmin/app/gatus.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: "phpmyadmin-gatus-ep"
labels:
gatus.io/enabled: "true"
data:
config.yaml: |
endpoints:
- name: phpmyadmin
group: guarded
url: 1.1.1.1
interval: 1m
ui:
hide-hostname: true
hide-url: true
dns:
query-name: "{{ .Release.Name }}.${SECRET_DOMAIN}"
query-type: A
conditions:
- "[CONNECTED] == true"
alerts:
- type: pushover
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./helmrelease.yaml
- ../../../../../shared/templates/gatus/guarded
- ./gatus.yaml
#- ../../../../../shared/templates/gatus/guarded

0 comments on commit cdda0cf

Please sign in to comment.