mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
♻️ apply kube templates
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: radarr-gatus-ep
|
||||
namespace: default
|
||||
labels:
|
||||
gatus.io/enabled: "true"
|
||||
data:
|
||||
config.yaml: |
|
||||
endpoints:
|
||||
- name: radarr
|
||||
group: internal
|
||||
url: 192.168.8.1
|
||||
interval: 1m
|
||||
ui:
|
||||
hide-hostname: true
|
||||
hide-url: true
|
||||
dns:
|
||||
query-name: radarr.${SECRET_CLUSTER_DOMAIN}
|
||||
query-type: A
|
||||
conditions:
|
||||
- "[BODY] == 192.168.169.101"
|
||||
- "[DNS_RCODE] == NOERROR"
|
||||
alerts:
|
||||
- type: pushover
|
@@ -35,7 +35,6 @@ spec:
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
controllers:
|
||||
main:
|
||||
type: statefulset
|
||||
annotations:
|
||||
configmap.reloader.stakater.com/reload: radarr-pushover
|
||||
reloader.stakater.com/auto: "true"
|
||||
@@ -96,6 +95,11 @@ spec:
|
||||
- hosts:
|
||||
- *host
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
existingClaim: *app
|
||||
globalMounts:
|
||||
- path: /config
|
||||
downloads:
|
||||
enabled: true
|
||||
type: nfs
|
||||
|
@@ -5,8 +5,9 @@ kind: Kustomization
|
||||
namespace: default
|
||||
resources:
|
||||
- ./externalsecret.yaml
|
||||
- ./gatus.yaml
|
||||
- ./helmrelease.yaml
|
||||
- ../../../../templates/gatus/guarded
|
||||
- ../../../../templates/volsync
|
||||
configMapGenerator:
|
||||
- name: radarr-pushover
|
||||
files:
|
||||
|
Reference in New Issue
Block a user