Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: move templates to shared folder thanks jory #8348

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

onedr0p
Copy link
Owner

@onedr0p onedr0p commented Nov 12, 2024

No description provided.

Signed-off-by: Devin Buhl <devin@buhl.casa>
@bot-ross bot-ross bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Nov 12, 2024
@bot-ross
Copy link
Contributor

bot-ross bot commented Nov 12, 2024

--- kubernetes/main/flux Kustomization: flux-system/cluster GitRepository: flux-system/home-kubernetes

+++ kubernetes/main/flux Kustomization: flux-system/cluster GitRepository: flux-system/home-kubernetes

@@ -11,12 +11,14 @@

   ignore: |
     # exclude all
     /*
     # include dirs
     !/kubernetes/main
     !/kubernetes/shared
+    # exclude templates
+    /kubernetes/shared/templates
   interval: 30m
   ref:
     branch: main
   secretRef:
     name: github-deploy-key
   url: ssh://git@github.com/onedr0p/home-ops
--- kubernetes/main/apps/rook-ceph/rook-ceph/cluster Kustomization: flux-system/rook-ceph-cluster ConfigMap: rook-ceph/rook-ceph-cluster-gatus-ep

+++ kubernetes/main/apps/rook-ceph/rook-ceph/cluster Kustomization: flux-system/rook-ceph-cluster ConfigMap: rook-ceph/rook-ceph-cluster-gatus-ep

@@ -1,19 +1,23 @@

 ---
 apiVersion: v1
 data:
   config.yaml: |
     endpoints:
       - name: "rook-ceph-cluster"
-        group: external
-        url: "https://rook.devbu.io/"
+        group: guarded
+        url: 1.1.1.1
         interval: 1m
-        client:
-          dns-resolver: tcp://1.1.1.1:53
+        ui:
+          hide-hostname: true
+          hide-url: true
+        dns:
+          query-name: "rook.devbu.io"
+          query-type: A
         conditions:
-          - "[STATUS] == 200"
+          - "len([BODY]) == 0"
         alerts:
           - type: pushover
 kind: ConfigMap
 metadata:
   labels:
     app.kubernetes.io/name: rook-ceph-cluster

@onedr0p onedr0p merged commit e2923e3 into main Nov 12, 2024
9 checks passed
@onedr0p onedr0p deleted the templates-to-shared-v2 branch November 12, 2024 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory cluster/main
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant