Merge pull request #750 from 3dwardch3ng/infra/netdata
add infra app netdata
This commit is contained in:
8
infrastructures/netdata/base/kustomization.yaml
Normal file
8
infrastructures/netdata/base/kustomization.yaml
Normal 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
|
||||||
17
infrastructures/netdata/base/values.yaml
Normal file
17
infrastructures/netdata/base/values.yaml
Normal 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
|
||||||
12
infrastructures/netdata/env/k3s-cluster/config.json
vendored
Normal file
12
infrastructures/netdata/env/k3s-cluster/config.json
vendored
Normal 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
|
||||||
|
}
|
||||||
4
infrastructures/netdata/env/k3s-cluster/kustomization.yaml
vendored
Normal file
4
infrastructures/netdata/env/k3s-cluster/kustomization.yaml
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- ../../base
|
||||||
9
resources/namespaces/env/k3s-cluster/templates/netdata.yaml
vendored
Normal file
9
resources/namespaces/env/k3s-cluster/templates/netdata.yaml
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/sync-options: Prune=false
|
||||||
|
creationTimestamp: null
|
||||||
|
name: netdata
|
||||||
|
spec: {}
|
||||||
|
status: {}
|
||||||
Reference in New Issue
Block a user