CHORE(uptime-kuma): remove uptime-kuma application

- Delete uptime-kuma folder and configuration
- Using Grafana + Prometheus for monitoring instead
This commit is contained in:
2026-01-08 18:09:38 +09:00
parent 6a8e1f5a47
commit bbdd908b27
4 changed files with 0 additions and 96 deletions

View File

@@ -11,5 +11,4 @@ resources:
- node-exporter/argocd.yaml
- kube-state-metrics/argocd.yaml
- goldilocks/argocd.yaml
- uptime-kuma/argocd.yaml
- vpa/argocd.yaml

View File

@@ -1,44 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: uptime-kuma
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
sources:
- repoURL: https://dirsigler.github.io/uptime-kuma-helm
chart: uptime-kuma
targetRevision: 2.24.0
helm:
valueFiles:
- $values/uptime-kuma/helm-values.yaml
- repoURL: https://github.com/K3S-HOME/observability.git
targetRevision: main
ref: values
- repoURL: https://github.com/K3S-HOME/observability.git
targetRevision: main
path: uptime-kuma
destination:
server: https://kubernetes.default.svc
namespace: uptime-kuma
syncPolicy:
automated:
prune: true
selfHeal: true
allowEmpty: false
syncOptions:
- CreateNamespace=true
- PrunePropagationPolicy=foreground
- PruneLast=true
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m
managedNamespaceMetadata:
labels:
goldilocks.fairwinds.com/enabled: 'true'
revisionHistoryLimit: 10

View File

@@ -1,48 +0,0 @@
image:
tag: "1"
service:
type: ClusterIP
port: 3001
persistence:
enabled: true
size: 1Gi
storageClass: "local-path"
accessMode: ReadWriteOnce
resources:
requests:
cpu: 15m
memory: 200Mi
limits:
memory: 300Mi
livenessProbe:
enabled: true
initialDelaySeconds: 180
readinessProbe:
enabled: true
initialDelaySeconds: 10
serviceMonitor:
enabled: true
namespace: prometheus
interval: 60s
ingress:
enabled: true
className: traefik
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.middlewares: authelia-authelia-auth@kubernetescrd
hosts:
- host: kuma0213.kro.kr
paths:
- path: /
pathType: Prefix
tls:
- secretName: uptime-kuma-tls
hosts:
- kuma0213.kro.kr

View File

@@ -1,3 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: []