apiVersion: v1
kind: ConfigMap
metadata:
  labels:
    homelab.kubernetes.io/k8s-sidecar: gatus
  name: gatus-endpoints
data:
  gotenburg-internal-gatus-endpoints.yaml: |
    endpoints:
      - name: Gotenburg
        url: http://gotenburg-svc.core.svc.cluster.local:3000/health
        group: Internal/Core
        interval: 5m 
        alerts:
          - type: ntfy
        conditions:
          - "[STATUS] == 200"
  # gotenburg-external-gatus-endpoints.yaml: |
  #   endpoints:
  #     - name: Gotenburg
  #       url: https://gotenburg.leechpepin.com/
  #       group: External
  #       interval: 5m
  #       alerts:
  #         - type: ntfy
  #       conditions:
  #         - "[STATUS] == 200"