Doesn't really apply to my usecase.
This commit is contained in:
parent
c62290adf1
commit
b5b38fa27c
3 changed files with 0 additions and 31 deletions
|
@ -6,7 +6,6 @@ resources:
|
|||
- ./externalsecret.yaml
|
||||
- ./pvc.yaml
|
||||
- ./helmrelease.yaml
|
||||
- ../../../../templates/gatus/guarded
|
||||
configMapGenerator:
|
||||
- name: sonarr-configmap
|
||||
files:
|
||||
|
|
|
@ -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
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ./configmap.yaml
|
Loading…
Reference in a new issue