diff --git a/argocd/apps/argocd.yaml b/argocd/apps/argocd.yaml deleted file mode 100644 index 4372df5..0000000 --- a/argocd/apps/argocd.yaml +++ /dev/null @@ -1,24 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: argocd - namespace: argocd - annotations: - argocd.argoproj.io/sync-wave: "0" -spec: - project: k3s-cluster - source: - repoURL: https://git.rogi.casa/roger/k3s-cluster.git - targetRevision: main - path: argocd - directory: - recurse: false - destination: - server: https://kubernetes.default.svc - namespace: argocd - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=false diff --git a/argocd/gen-apps.sh b/argocd/gen-apps.sh index 029f4f6..d9d2d31 100755 --- a/argocd/gen-apps.sh +++ b/argocd/gen-apps.sh @@ -21,7 +21,6 @@ mkdir -p "$APPS_DIR" # app-name | namespace | path | recurse | validate APPS=( - "argocd|argocd|argocd|false|true" "cert-manager|cert-manager|cert-manager|true|true" "fava|fava|fava|true|true" "gitea|gitea|gitea|true|true" diff --git a/monitoring/prometheus-deployment.yaml b/monitoring/prometheus-deployment.yaml index 31596bc..f15ae40 100644 --- a/monitoring/prometheus-deployment.yaml +++ b/monitoring/prometheus-deployment.yaml @@ -14,6 +14,8 @@ spec: metadata: labels: app: prometheus + annotations: + kubectl.kubernetes.io/restartedAt: "2026-07-26T12:00:00Z" spec: # Prevent scheduling on Raspberry Pi due to resource requirements (512Mi-1Gi memory, 500m-1000m CPU) nodeSelector: @@ -42,7 +44,7 @@ spec: memory: "1Gi" cpu: "500m" limits: - memory: "2Gi" + memory: "4Gi" cpu: "1000m" volumes: - name: prometheus-config