diff --git a/argocd/apps/kube-prometheus/install-crds.yaml b/argocd/apps/kube-prometheus/install-crds.yaml deleted file mode 100644 index 59312c5..0000000 --- a/argocd/apps/kube-prometheus/install-crds.yaml +++ /dev/null @@ -1,33 +0,0 @@ -#apiVersion: argoproj.io/v1alpha1 -#kind: Application -#metadata: -# name: kube-prometheus-crds -# namespace: argocd -#spec: -# project: default -# source: -# repoURL: https://prometheus-community.github.io/helm-charts -# chart: kube-prometheus-stack -# targetRevision: 72.6.3 -# helm: -# skipCrds: false -# parameters: -# - name: prometheusOperator.enabled -# value: "false" -# - name: grafana.enabled -# value: "false" -# - name: alertmanager.enabled -# value: "false" -# - name: kubeStateMetrics.enabled -# value: "false" -# - name: nodeExporter.enabled -# value: "false" -# destination: -# server: https://kubernetes.default.svc -# namespace: monitoring -# syncPolicy: -# automated: -# prune: true -# selfHeal: false -# syncOptions: -# - CreateNamespace=true \ No newline at end of file diff --git a/argocd/apps/kube-prometheus/kube-prometheus.yaml b/argocd/apps/kube-prometheus/kube-prometheus.yaml deleted file mode 100644 index 131080f..0000000 --- a/argocd/apps/kube-prometheus/kube-prometheus.yaml +++ /dev/null @@ -1,49 +0,0 @@ -#apiVersion: argoproj.io/v1alpha1 -#kind: Application -#metadata: -# name: kube-prometheus-stack -# finalizers: -# - resources-finalizer.argocd.argoproj.io -#spec: -# project: default -# source: -# repoURL: 'https://prometheus-community.github.io/helm-charts' -# chart: kube-prometheus-stack -# targetRevision: 72.*.* -# helm: -# parameters: -# - name: grafana.adminPassword -# value: "InnoHubNI_2024!" -# - name: ingress.enabled -# value: "true" -# - name: ingress.className -# value: "traefik" -# - name: ingress.hosts[0] -# value: "monitoring.innovation-hub-niedersachsen.de" -# - name: ingress.annotations.kubernetes\.io\/ingress\.class -# value: traefik -# - name: ingress.tls[0].secretName -# value: "monitoring-tls" -# - name: ingress.annotations.traefik\.ingress\.kubernetes\.io\/router\.entrypoints -# value: websecure -# - name: ingress.annotations.kubernetes\.io\/ingress\.class -# value: traefik -# - name: ingress.annotations.traefik\.ingress\.kubernetes\.io\/router\.tls -# value: 'true' -# forceString: true -# - name: ingress.tls[0].hosts[0] -# value: "monitoring.innovation-hub-niedersachsen.de" -# - name: ingress.annotations.cert-manager\.io\/cluster-issuer -# value: lets-encrypt -# destination: -# server: 'https://kubernetes.default.svc' -# namespace: monitoring -# syncPolicy: -## managedNamespaceMetadata: -## labels: -## pod-security.kubernetes.io/enforce: "privileged" -# automated: -# selfHeal: true -# prune: true -# syncOptions: -# - CreateNamespace=true diff --git a/argocd/apps/kube-prometheus/ns.json b/argocd/apps/kube-prometheus/ns.json deleted file mode 100644 index dbc6495..0000000 --- a/argocd/apps/kube-prometheus/ns.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "apiVersion": "v1", - "kind": "Namespace", - "metadata": { - "annotations": { - "argocd.argoproj.io/sync-options": "ServerSideApply=true" - }, - "creationTimestamp": "2025-05-27T13:34:36Z", - "deletionTimestamp": "2025-05-27T13:34:59Z", - "labels": { - "kubernetes.io/metadata.name": "monitoring", - "pod-security.kubernetes.io/enforce": "privileged" - }, - "name": "monitoring", - "resourceVersion": "10560767", - "uid": "16e156d1-b85e-4c65-b573-18e75205a73e" - }, - "spec": { - }, - "status": { - "conditions": [ - { - "lastTransitionTime": "2025-05-27T13:35:05Z", - "message": "All resources successfully discovered", - "reason": "ResourcesDiscovered", - "status": "False", - "type": "NamespaceDeletionDiscoveryFailure" - }, - { - "lastTransitionTime": "2025-05-27T13:35:05Z", - "message": "All legacy kube types successfully parsed", - "reason": "ParsedGroupVersions", - "status": "False", - "type": "NamespaceDeletionGroupVersionParsingFailure" - }, - { - "lastTransitionTime": "2025-05-27T13:35:05Z", - "message": "All content successfully deleted, may be waiting on finalization", - "reason": "ContentDeleted", - "status": "False", - "type": "NamespaceDeletionContentFailure" - }, - { - "lastTransitionTime": "2025-05-27T13:35:05Z", - "message": "Some resources are remaining: jobs.batch has 1 resource instances, rolebindings.rbac.authorization.k8s.io has 1 resource instances, roles.rbac.authorization.k8s.io has 1 resource instances, serviceaccounts. has 1 resource instances", - "reason": "SomeResourcesRemain", - "status": "True", - "type": "NamespaceContentRemaining" - }, - { - "lastTransitionTime": "2025-05-27T13:35:05Z", - "message": "Some content in the namespace has finalizers remaining: argocd.argoproj.io/hook-finalizer in 4 resource instances", - "reason": "SomeFinalizersRemain", - "status": "True", - "type": "NamespaceFinalizersRemaining" - } - ], - "phase": "Terminating" - } -}