Compare commits
1 commit
041c36329f
...
4aa76cda7d
Author | SHA1 | Date | |
---|---|---|---|
4aa76cda7d |
15 changed files with 1 additions and 42 deletions
|
@ -5,4 +5,3 @@ kind: Kustomization
|
|||
resources:
|
||||
- ./helmrelease.yaml
|
||||
- ../../../../templates/volsync
|
||||
- ../../../../templates/gatus/internal
|
||||
|
|
|
@ -28,4 +28,3 @@ spec:
|
|||
VOLSYNC_CAPACITY: 5Gi
|
||||
VOLSYNC_STORAGECLASS: openebs-zfs
|
||||
VOLSYNC_SNAPSHOTCLASS: openebs-zfs
|
||||
GATUS_SUBDOMAIN: chat
|
||||
|
|
|
@ -6,4 +6,3 @@ resources:
|
|||
- ./helmrelease.yaml
|
||||
- ./pvc.yaml
|
||||
- ../../../../templates/volsync
|
||||
- ../../../../templates/gatus/internal
|
||||
|
|
|
@ -30,4 +30,3 @@ spec:
|
|||
VOLSYNC_CAPACITY: 5Gi
|
||||
VOLSYNC_STORAGECLASS: openebs-zfs
|
||||
VOLSYNC_SNAPSHOTCLASS: openebs-zfs
|
||||
GATUS_SUBDOMAIN: comfyui
|
||||
|
|
|
@ -5,4 +5,3 @@ kind: Kustomization
|
|||
resources:
|
||||
- ./externalsecret.yaml
|
||||
- ./helmrelease.yaml
|
||||
- ../../../../templates/gatus/external
|
||||
|
|
|
@ -4,4 +4,3 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- ./helmrelease.yaml
|
||||
- ../../../../templates/gatus/internal
|
||||
|
|
|
@ -22,4 +22,3 @@ spec:
|
|||
postBuild:
|
||||
substitute:
|
||||
APP: *app
|
||||
GATUS_SUBDOMAIN: draw
|
||||
|
|
|
@ -5,4 +5,3 @@ kind: Kustomization
|
|||
resources:
|
||||
- ./helmrelease.yaml
|
||||
- ../../../../templates/volsync
|
||||
- ../../../../templates/gatus/internal
|
||||
|
|
|
@ -5,7 +5,6 @@ kind: Kustomization
|
|||
resources:
|
||||
- ./externalsecret.yaml
|
||||
- ./helmrelease.yaml
|
||||
- ../../../../templates/gatus/internal
|
||||
configMapGenerator:
|
||||
- name: searxng-configmap
|
||||
files:
|
||||
|
|
|
@ -25,4 +25,3 @@ spec:
|
|||
postBuild:
|
||||
substitute:
|
||||
APP: *app
|
||||
GATUS_SUBDOMAIN: search
|
||||
|
|
|
@ -5,4 +5,3 @@ kind: Kustomization
|
|||
resources:
|
||||
- ./helmrelease.yaml
|
||||
- ./rbac.yaml
|
||||
- ../../../../templates/gatus/internal
|
||||
|
|
|
@ -16,7 +16,3 @@ spec:
|
|||
interval: 30m
|
||||
retryInterval: 1m
|
||||
timeout: 5m
|
||||
postBuild:
|
||||
substitute:
|
||||
APP: *app
|
||||
GATUS_SUBDOMAIN: kubevirt
|
||||
|
|
|
@ -68,7 +68,7 @@ spec:
|
|||
gluetun:
|
||||
image:
|
||||
repository: ghcr.io/qdm12/gluetun
|
||||
tag: latest@sha256:d2ad195e725c8874e2d38014f82df1daaa615dad893360fed5185609e316c3dd
|
||||
tag: latest@sha256:aa9907b6961157ce6913e4d93d962a159a2dfb9e4bd22d800f7edf667b17c084
|
||||
env:
|
||||
VPN_SERVICE_PROVIDER: custom
|
||||
VPN_TYPE: wireguard
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: "${APP}-gatus-ep"
|
||||
labels:
|
||||
gatus.io/enabled: "true"
|
||||
data:
|
||||
config.yaml: |
|
||||
endpoints:
|
||||
- name: "${APP}"
|
||||
group: internal
|
||||
url: "https://${GATUS_SUBDOMAIN:-${APP}}.jahanson.tech${GATUS_PATH:-/}"
|
||||
interval: 1m
|
||||
client:
|
||||
dns-resolver: tcp://10.1.1.1:53
|
||||
conditions:
|
||||
- "[STATUS] == ${GATUS_STATUS:-200}"
|
||||
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
|
Reference in a new issue