Skip to content

Commit

Permalink
Merge pull request #6828 from h3mmy/gatus-testing
Browse files Browse the repository at this point in the history
Update nas-camelus.yaml
  • Loading branch information
h3mmy authored May 31, 2024
2 parents 39ec5bc + 42b302f commit 30976ce
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions cluster/apps/networking/traefik/external-services/nas-camelus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,25 @@ spec:
app.kubernetes.io/name: *app
k8s-app: *app
# Disabled pending https://github.com/TwiN/gatus/issues/697
# ---
# apiVersion: v1
# kind: ConfigMap
# metadata:
# name: camelus-plexii-gatus-ep
# namespace: networking
# labels:
# gatus.io/enabled: "true"
# data:
# config.yaml: |
# endpoints:
# - name: camelus-plexii-ping
# group: infrastructure
# url: icmp://${NAS_ADDRESS}
# interval: 5m
# ui:
# hide-url: true
# hide-hostname: true
# conditions:
# - "[CONNECTED] == true"
# alerts:
# - type: discord
---
apiVersion: v1
kind: ConfigMap
metadata:
name: camelus-plexii-gatus-ep
namespace: networking
labels:
gatus.io/enabled: "true"
data:
config.yaml: |
endpoints:
- name: camelus-plexii-ping
group: infrastructure
url: icmp://${NAS_ADDRESS}
interval: 5m
ui:
hide-url: true
hide-hostname: true
conditions:
- "[CONNECTED] == true"
alerts:
- type: discord

0 comments on commit 30976ce

Please sign in to comment.