CHORE(uptime-kuma): remove uptime-kuma application
- Delete uptime-kuma folder and configuration - Using Grafana + Prometheus for monitoring instead
This commit is contained in:
@@ -11,5 +11,4 @@ resources:
|
|||||||
- node-exporter/argocd.yaml
|
- node-exporter/argocd.yaml
|
||||||
- kube-state-metrics/argocd.yaml
|
- kube-state-metrics/argocd.yaml
|
||||||
- goldilocks/argocd.yaml
|
- goldilocks/argocd.yaml
|
||||||
- uptime-kuma/argocd.yaml
|
|
||||||
- vpa/argocd.yaml
|
- vpa/argocd.yaml
|
||||||
|
|||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
resources: []
|
|
||||||
Reference in New Issue
Block a user