diff --git a/.taskfiles/VolSync/templates/replicationdestination.tmpl.yaml b/.taskfiles/VolSync/templates/replicationdestination.tmpl.yaml index e882e1c9a0..8602a34400 100644 --- a/.taskfiles/VolSync/templates/replicationdestination.tmpl.yaml +++ b/.taskfiles/VolSync/templates/replicationdestination.tmpl.yaml @@ -11,12 +11,12 @@ spec: repository: ${app}-volsync-minio destinationPVC: ${claim} copyMethod: Direct - storageClassName: ceph-block - # storageClassName: ceph-filesystem - # accessModes: ["ReadWriteMany"] + # storageClassName: ceph-block + storageClassName: ceph-filesystem + accessModes: ["ReadWriteMany"] # IMPORTANT NOTE: # Set to the last X number of snapshots to restore from - # previous: ${previous} + previous: ${previous} # OR; # IMPORTANT NOTE: # On bootstrap set `restoreAsOf` to the time the old cluster was destroyed. @@ -24,7 +24,7 @@ spec: # from a application that started with default data in the PVC. # Do not restore snapshots made after the following RFC3339 Timestamp. # date --rfc-3339=seconds (--utc) - restoreAsOf: "2024-04-14T05:00:00-05:00" + # restoreAsOf: "2024-04-02T05:00:00-05:00" moverSecurityContext: runAsUser: ${puid} runAsGroup: ${pgid} diff --git a/kubernetes/main/apps/home-automation/home-assistant/app/gatus-custom.yaml b/kubernetes/main/apps/home-automation/home-assistant/app/gatus-custom.yaml new file mode 100644 index 0000000000..186c333144 --- /dev/null +++ b/kubernetes/main/apps/home-automation/home-assistant/app/gatus-custom.yaml @@ -0,0 +1,24 @@ +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: hass-code-gatus-ep + labels: + gatus.io/enabled: "true" +data: + config.yaml: | + endpoints: + - name: hass-code + group: guarded + url: 1.1.1.1 + interval: 1m + ui: + hide-hostname: true + hide-url: true + dns: + query-name: hass-code.kokoro.wtf + query-type: A + conditions: + - "len([BODY]) == 0" + alerts: + - type: discord diff --git a/kubernetes/main/apps/home-automation/home-assistant/app/kustomization.yaml b/kubernetes/main/apps/home-automation/home-assistant/app/kustomization.yaml index b5cc32d35b..4ca9ec5992 100644 --- a/kubernetes/main/apps/home-automation/home-assistant/app/kustomization.yaml +++ b/kubernetes/main/apps/home-automation/home-assistant/app/kustomization.yaml @@ -4,6 +4,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ./externalsecret.yaml + - ./gatus-custom.yaml - ./helmrelease.yaml - - ../../../../templates/gatus/guarded - ../../../../templates/volsync + - ../../../../templates/gatus/guarded