migrate
This commit is contained in:
@@ -14,14 +14,3 @@ applicationSet:
|
|||||||
prune: true
|
prune: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
serverSideApply: true
|
serverSideApply: true
|
||||||
- name: storage
|
|
||||||
ignoreDifferences:
|
|
||||||
- group: ""
|
|
||||||
kind: Service
|
|
||||||
jqPathExpressions:
|
|
||||||
- .spec.externalName
|
|
||||||
syncPolicy:
|
|
||||||
automated:
|
|
||||||
prune: true
|
|
||||||
syncOptions:
|
|
||||||
serverSideApply: true
|
|
||||||
|
|||||||
6
clusters/cl01tl/helm/cilium/Chart.lock
Normal file
6
clusters/cl01tl/helm/cilium/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
dependencies:
|
||||||
|
- name: cilium
|
||||||
|
repository: https://helm.cilium.io/
|
||||||
|
version: 1.18.4
|
||||||
|
digest: sha256:e38eb92ee87c9a52b0f45a2451142ade02bac7d484b246d32379eacce3800bc8
|
||||||
|
generated: "2025-12-02T17:17:49.043599-06:00"
|
||||||
6
clusters/cl01tl/helm/coredns/Chart.lock
Normal file
6
clusters/cl01tl/helm/coredns/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
dependencies:
|
||||||
|
- name: coredns
|
||||||
|
repository: https://coredns.github.io/helm
|
||||||
|
version: 1.45.0
|
||||||
|
digest: sha256:cfcb22a7d0bce4d6000800706597ae43faec74255f1deb5cc3279b2d0a81f6c6
|
||||||
|
generated: "2025-12-02T17:17:52.206039-06:00"
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
dependencies:
|
||||||
|
- name: app-template
|
||||||
|
repository: https://bjw-s-labs.github.io/helm-charts/
|
||||||
|
version: 4.4.0
|
||||||
|
digest: sha256:3a7aa84837ff6fe008d5eb3b39aeafa0abb7be470db2b6aac78e190365a75c0c
|
||||||
|
generated: "2025-12-02T17:18:28.155875-06:00"
|
||||||
6
clusters/cl01tl/helm/metrics-server/Chart.lock
Normal file
6
clusters/cl01tl/helm/metrics-server/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
dependencies:
|
||||||
|
- name: metrics-server
|
||||||
|
repository: https://kubernetes-sigs.github.io/metrics-server/
|
||||||
|
version: 3.13.0
|
||||||
|
digest: sha256:ada810d4bcaa68d1dfd2c7d4c8f3e8cd25bbdff004261f09115d58a48fee59dd
|
||||||
|
generated: "2025-12-02T17:18:42.831894-06:00"
|
||||||
6
clusters/cl01tl/helm/prometheus-operator-crds/Chart.lock
Normal file
6
clusters/cl01tl/helm/prometheus-operator-crds/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
dependencies:
|
||||||
|
- name: prometheus-operator-crds
|
||||||
|
repository: oci://ghcr.io/prometheus-community/charts
|
||||||
|
version: 25.0.0
|
||||||
|
digest: sha256:9d103810351095faa83536eb9de22b45a80ea2cf9ccfe9add3d2f5f294ab30c0
|
||||||
|
generated: "2025-12-02T17:19:01.082597-06:00"
|
||||||
@@ -20,6 +20,16 @@ spec:
|
|||||||
- path: clusters/cl01tl/manifests/*
|
- path: clusters/cl01tl/manifests/*
|
||||||
- path: clusters/cl01tl/manifests/stack
|
- path: clusters/cl01tl/manifests/stack
|
||||||
exclude: true
|
exclude: true
|
||||||
|
- path: clusters/cl01tl/manifests/cilium
|
||||||
|
exclude: true
|
||||||
|
- path: clusters/cl01tl/manifests/coredns
|
||||||
|
exclude: true
|
||||||
|
- path: clusters/cl01tl/manifests/metrics-server
|
||||||
|
exclude: true
|
||||||
|
- path: clusters/cl01tl/manifests/kubelet-serving-cert-approver
|
||||||
|
exclude: true
|
||||||
|
- path: clusters/cl01tl/manifests/prometheus-operator-crds
|
||||||
|
exclude: true
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
name: '{{ `{{path.basename}}` }}'
|
name: '{{ `{{path.basename}}` }}'
|
||||||
|
|||||||
@@ -35,3 +35,199 @@ spec:
|
|||||||
- ServerSideApply=true
|
- ServerSideApply=true
|
||||||
- PruneLast=true
|
- PruneLast=true
|
||||||
- RespectIgnoreDifferences=true
|
- RespectIgnoreDifferences=true
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: cilium
|
||||||
|
namespace: argocd
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: cilium
|
||||||
|
app.kubernetes.io/instance: argocd
|
||||||
|
app.kubernetes.io/part-of: argocd
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure
|
||||||
|
targetRevision: manifests
|
||||||
|
path: clusters/cl01tl/manifests/cilium
|
||||||
|
destination:
|
||||||
|
name: in-cluster
|
||||||
|
namespace: kube-system
|
||||||
|
revisionHistoryLimit: 3
|
||||||
|
ignoreDifferences:
|
||||||
|
- group: monitoring.coreos.com
|
||||||
|
kind: ServiceMonitor
|
||||||
|
jqPathExpressions:
|
||||||
|
- .spec.endpoints[]?.relabelings[]?.action
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: false
|
||||||
|
retry:
|
||||||
|
limit: 3
|
||||||
|
backoff:
|
||||||
|
duration: 1m
|
||||||
|
factor: 2
|
||||||
|
maxDuration: 15m
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=false
|
||||||
|
- ApplyOutOfSyncOnly=true
|
||||||
|
- ServerSideApply=true
|
||||||
|
- PruneLast=true
|
||||||
|
- RespectIgnoreDifferences=true
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: coredns
|
||||||
|
namespace: argocd
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: coredns
|
||||||
|
app.kubernetes.io/instance: argocd
|
||||||
|
app.kubernetes.io/part-of: argocd
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure
|
||||||
|
targetRevision: manifests
|
||||||
|
path: clusters/cl01tl/manifests/coredns
|
||||||
|
destination:
|
||||||
|
name: in-cluster
|
||||||
|
namespace: kube-system
|
||||||
|
revisionHistoryLimit: 3
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
retry:
|
||||||
|
limit: 3
|
||||||
|
backoff:
|
||||||
|
duration: 1m
|
||||||
|
factor: 2
|
||||||
|
maxDuration: 15m
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=false
|
||||||
|
- ApplyOutOfSyncOnly=true
|
||||||
|
- ServerSideApply=true
|
||||||
|
- PruneLast=true
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: metrics-server
|
||||||
|
namespace: argocd
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: metrics-server
|
||||||
|
app.kubernetes.io/instance: argocd
|
||||||
|
app.kubernetes.io/part-of: argocd
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure
|
||||||
|
targetRevision: manifests
|
||||||
|
path: clusters/cl01tl/manifests/metrics-server
|
||||||
|
destination:
|
||||||
|
name: in-cluster
|
||||||
|
namespace: kube-system
|
||||||
|
revisionHistoryLimit: 3
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
retry:
|
||||||
|
limit: 3
|
||||||
|
backoff:
|
||||||
|
duration: 1m
|
||||||
|
factor: 2
|
||||||
|
maxDuration: 15m
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=false
|
||||||
|
- ApplyOutOfSyncOnly=true
|
||||||
|
- ServerSideApply=true
|
||||||
|
- PruneLast=true
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: kubelet-serving-cert-approver
|
||||||
|
namespace: argocd
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: kubelet-serving-cert-approver
|
||||||
|
app.kubernetes.io/instance: argocd
|
||||||
|
app.kubernetes.io/part-of: argocd
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure
|
||||||
|
targetRevision: manifests
|
||||||
|
path: clusters/cl01tl/manifests/kubelet-serving-cert-approver
|
||||||
|
destination:
|
||||||
|
name: in-cluster
|
||||||
|
namespace: kubelet-serving-cert-approver
|
||||||
|
revisionHistoryLimit: 3
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: false
|
||||||
|
retry:
|
||||||
|
limit: 3
|
||||||
|
backoff:
|
||||||
|
duration: 1m
|
||||||
|
factor: 2
|
||||||
|
maxDuration: 15m
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
- ApplyOutOfSyncOnly=true
|
||||||
|
- ServerSideApply=true
|
||||||
|
- PruneLast=true
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: prometheus-operator-crds
|
||||||
|
namespace: argocd
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: prometheus-operator-crds
|
||||||
|
app.kubernetes.io/instance: argocd
|
||||||
|
app.kubernetes.io/part-of: argocd
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure
|
||||||
|
targetRevision: manifests
|
||||||
|
path: clusters/cl01tl/manifests/prometheus-operator-crds
|
||||||
|
destination:
|
||||||
|
name: in-cluster
|
||||||
|
namespace: kube-system
|
||||||
|
revisionHistoryLimit: 3
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: false
|
||||||
|
retry:
|
||||||
|
limit: 3
|
||||||
|
backoff:
|
||||||
|
duration: 1m
|
||||||
|
factor: 2
|
||||||
|
maxDuration: 15m
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=false
|
||||||
|
- ApplyOutOfSyncOnly=true
|
||||||
|
- ServerSideApply=true
|
||||||
|
- PruneLast=true
|
||||||
|
|||||||
Reference in New Issue
Block a user