add infra app netdata

This commit is contained in:
2024-08-06 03:23:17 +10:00
parent e5b8069048
commit 5829e794a2
5 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmCharts:
- name: netdata
repo: https://netdata.github.io/helmchart/
version: 3.7.96
releaseName: netdata
valuesFile: values.yaml

View File

@@ -0,0 +1,17 @@
image:
tag: stable
restarter:
enabled: true
parent:
claiming:
enabled: true
token: HOJS7JMbEzKuDjbkJJv_Qp5369dyBGc0-qQ2DpKfWT22tiNWRZVH63bALjOv6A4bevsAJixzY1rIKO-1RvIr-NKGiYGpgfrMt1I5loXpU4CY7BgJp22jpK72kvRLwdM2rhNLcSQ
rooms: 20334923-196a-477e-9a12-cfd5d02b24ec
child:
claiming:
enabled: true
token: HOJS7JMbEzKuDjbkJJv_Qp5369dyBGc0-qQ2DpKfWT22tiNWRZVH63bALjOv6A4bevsAJixzY1rIKO-1RvIr-NKGiYGpgfrMt1I5loXpU4CY7BgJp22jpK72kvRLwdM2rhNLcSQ
rooms: 20334923-196a-477e-9a12-cfd5d02b24ec

View File

@@ -0,0 +1,12 @@
{
"appName": "netdata",
"userGivenName": "netdata",
"namespace": "netdata",
"destNamespace": "netdata",
"destServer": "https://kubernetes.default.svc",
"srcPath": "infrastructures/netdata/env/k3s-cluster",
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
"srcTargetRevision": "",
"labels": null,
"annotations": null
}

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base

View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: Namespace
metadata:
annotations:
argocd.argoproj.io/sync-options: Prune=false
creationTimestamp: null
name: netdata
spec: {}
status: {}