diff --git a/ks-cilium.yaml b/ks-cilium.yaml new file mode 100644 index 0000000..a02ecff --- /dev/null +++ b/ks-cilium.yaml @@ -0,0 +1,83 @@ +apiVersion: kustomize.toolkit.fluxcd.io/v1 +kind: Kustomization +metadata: + annotations: + kubectl.kubernetes.io/last-applied-configuration: | + {"apiVersion":"kustomize.toolkit.fluxcd.io/v1","kind":"Kustomization","metadata":{"annotations":{},"name":"cilium","namespace":"casa-limbosolutions-com"},"spec":{"interval":"1m","path":"./services/cilium/deploy/app","prune":true,"sourceRef":{"kind":"GitRepository","name":"casa","namespace":"casa-limbosolutions-com"}}} + creationTimestamp: "2026-07-11T23:05:18Z" + finalizers: + - finalizers.fluxcd.io + generation: 1 + name: cilium + namespace: casa-limbosolutions-com + resourceVersion: "55743107" + uid: 92b8e926-c008-4c28-8f11-43ceeec1ecd0 +spec: + force: false + interval: 1m + path: ./services/cilium/deploy/app + prune: false + sourceRef: + kind: GitRepository + name: casa + namespace: casa-limbosolutions-com +status: + conditions: + - lastTransitionTime: "2026-08-29T19:58:40Z" + message: 'Applied revision: main@sha1:0361f5d3d0c8a867eea1d8bc1fb570665faaa9ba' + observedGeneration: 1 + reason: ReconciliationSucceeded + status: "True" + type: Ready + history: + - digest: sha256:16d38a70278518c2adfd7517cf139607767c1b42513b0242ea4a7516185a64b4 + firstReconciled: "2026-07-16T12:13:07Z" + lastReconciled: "2026-08-29T19:58:40Z" + lastReconciledDuration: 80.450572ms + lastReconciledStatus: ReconciliationSucceeded + metadata: + revision: main@sha1:0361f5d3d0c8a867eea1d8bc1fb570665faaa9ba + totalReconciliations: 63677 + - digest: sha256:a5c2fa62ccbee967f13a48f4af93628f4a674753ce3da2ad8cfff9aba224e97a + firstReconciled: "2026-07-16T11:14:10Z" + lastReconciled: "2026-07-16T12:13:04Z" + lastReconciledDuration: 65.016149ms + lastReconciledStatus: ReconciliationSucceeded + metadata: + revision: main@sha1:f52cf91125d3ddc1b52593f9ac7b4a21d8b5fae3 + totalReconciliations: 60 + - digest: sha256:f3b4c7dc811a40c031d0c5d45b30f512a1d99dd46ced81f441383e7ef9ff100b + firstReconciled: "2026-07-12T13:59:54Z" + lastReconciled: "2026-07-16T11:13:48Z" + lastReconciledDuration: 65.594843ms + lastReconciledStatus: ReconciliationSucceeded + metadata: + revision: main@sha1:d0e0d6293fbc8ab190adefa380c9f8cfc6fc34d3 + totalReconciliations: 5338 + - digest: sha256:c968874ddd0859a7f031dae53abe4a4efaac0b6a2edab82111aa35327954f857 + firstReconciled: "2026-07-12T13:34:53Z" + lastReconciled: "2026-07-12T13:59:51Z" + lastReconciledDuration: 80.654786ms + lastReconciledStatus: ReconciliationSucceeded + metadata: + revision: main@sha1:85982571dd573e701a599d29add61a6559d8320a + totalReconciliations: 26 + - digest: sha256:acc2f075adc36298ee4b9acc679e1cbb05219b1a8fdcb4ed0850b800cb53490e + firstReconciled: "2026-07-12T12:49:09Z" + lastReconciled: "2026-07-12T13:34:16Z" + lastReconciledDuration: 92.426021ms + lastReconciledStatus: ReconciliationSucceeded + metadata: + revision: main@sha1:63591efc8f0ccee893b605b9e520786a14b39599 + totalReconciliations: 43 + inventory: + entries: + - id: cilium_cilium-helm-values__Secret + v: v1 + - id: cilium_cilium_helm.toolkit.fluxcd.io_HelmRelease + v: v2 + - id: cilium_cilium_source.toolkit.fluxcd.io_HelmRepository + v: v1 + lastAppliedRevision: main@sha1:0361f5d3d0c8a867eea1d8bc1fb570665faaa9ba + lastAttemptedRevision: main@sha1:0361f5d3d0c8a867eea1d8bc1fb570665faaa9ba + observedGeneration: 1 diff --git a/services/cilium/deploy/flux/app-sync.yaml b/services/cilium/deploy/flux/app-sync.yaml index f174e28..9efdb00 100644 --- a/services/cilium/deploy/flux/app-sync.yaml +++ b/services/cilium/deploy/flux/app-sync.yaml @@ -2,6 +2,7 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: cilium + namespace: cilium spec: interval: 1m sourceRef: diff --git a/services/fluxcd-system/README.md b/services/fluxcd/README.md similarity index 100% rename from services/fluxcd-system/README.md rename to services/fluxcd/README.md diff --git a/services/fluxcd-system/deploy/cluster/flux-system-sync.yaml b/services/fluxcd/deploy/cluster/flux-system-sync.yaml similarity index 53% rename from services/fluxcd-system/deploy/cluster/flux-system-sync.yaml rename to services/fluxcd/deploy/cluster/flux-system-sync.yaml index 6bc37f9..02996e5 100644 --- a/services/fluxcd-system/deploy/cluster/flux-system-sync.yaml +++ b/services/fluxcd/deploy/cluster/flux-system-sync.yaml @@ -1,12 +1,12 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: - name: flux-system + name: flux-operator spec: interval: 1m sourceRef: kind: GitRepository - name: chimera - namespace: flux-system - path: ./cluster-services/flux-system/deploy/flux-system + name: casa + namespace: casa-limbosolutions-com + path: ./services/flux-cd/deploy/flux-operator prune: true diff --git a/services/fluxcd-system/deploy/cluster/kustomization.yaml b/services/fluxcd/deploy/cluster/kustomization.yaml similarity index 100% rename from services/fluxcd-system/deploy/cluster/kustomization.yaml rename to services/fluxcd/deploy/cluster/kustomization.yaml diff --git a/services/fluxcd-system/deploy/flux-system/flux-helm-release.yaml b/services/fluxcd/deploy/flux-operator/flux-helm-release.yaml similarity index 100% rename from services/fluxcd-system/deploy/flux-system/flux-helm-release.yaml rename to services/fluxcd/deploy/flux-operator/flux-helm-release.yaml diff --git a/services/fluxcd-system/deploy/flux-system/flux-helm-repo.yaml b/services/fluxcd/deploy/flux-operator/flux-helm-repo.yaml similarity index 100% rename from services/fluxcd-system/deploy/flux-system/flux-helm-repo.yaml rename to services/fluxcd/deploy/flux-operator/flux-helm-repo.yaml diff --git a/services/fluxcd-system/deploy/flux-system/flux-instance.yaml b/services/fluxcd/deploy/flux-operator/flux-instance.yaml similarity index 100% rename from services/fluxcd-system/deploy/flux-system/flux-instance.yaml rename to services/fluxcd/deploy/flux-operator/flux-instance.yaml diff --git a/services/fluxcd-system/deploy/flux-system/kustomization.yaml b/services/fluxcd/deploy/flux-operator/kustomization.yaml similarity index 100% rename from services/fluxcd-system/deploy/flux-system/kustomization.yaml rename to services/fluxcd/deploy/flux-operator/kustomization.yaml diff --git a/services/fluxcd-system/deploy/flux-system/pod-monitor.yaml b/services/fluxcd/deploy/flux-operator/pod-monitor.yaml similarity index 100% rename from services/fluxcd-system/deploy/flux-system/pod-monitor.yaml rename to services/fluxcd/deploy/flux-operator/pod-monitor.yaml