Doesn't really apply to my usecase.

This commit is contained in:
Joseph Hanson 2024-04-13 10:35:45 -05:00
parent c62290adf1
commit b5b38fa27c
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
3 changed files with 0 additions and 31 deletions

View file

@ -6,7 +6,6 @@ resources:
- ./externalsecret.yaml
- ./pvc.yaml
- ./helmrelease.yaml
- ../../../../templates/gatus/guarded
configMapGenerator:
- name: sonarr-configmap
files:

View file

@ -1,24 +0,0 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: "${APP}-gatus-ep"
labels:
gatus.io/enabled: "true"
data:
config.yaml: |
endpoints:
- name: "${APP}"
group: guarded
url: 10.1.1.1
interval: 1m
ui:
hide-hostname: true
hide-url: true
dns:
query-name: "${GATUS_SUBDOMAIN:-${APP}}.jahanson.tech"
query-type: A
conditions:
- "len([BODY]) == 0"
alerts:
- type: pushover

View file

@ -1,6 +0,0 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./configmap.yaml