add service newrelic

This commit is contained in:
2024-09-05 21:14:40 +10:00
parent 673935d16d
commit 92528aee1d
4 changed files with 54 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmCharts:
- name: newrelic-bundle
repo: https://helm-charts.newrelic.com
version: 5.0.91
releaseName: nri-bundle
valuesFile: values.yaml

View File

@@ -0,0 +1,25 @@
global:
licenseKey: 087dbc7fb1d60dde03aa2fe75b9df857FFFFNRAL
cluster: Home Lab K3S Cluster
lowDataMode: true
newrelic-infrastructure:
privileged: true
kube-state-metrics:
image:
tag: v2.10.0
enabled: true
kubeEvents:
enabled: true
newrelic-prometheus-agent:
enabled: true
lowDataMode: true
config:
kubernetes:
integrations_filter:
enabled: false
logging:
enabled: false
newrelic-logging:
enabled: true

View File

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