first claude draft
This commit is contained in:
17
k8s/base/kustomization.yaml
Normal file
17
k8s/base/kustomization.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: sysmonstm
|
||||
|
||||
commonLabels:
|
||||
app.kubernetes.io/part-of: sysmonstm
|
||||
app.kubernetes.io/managed-by: kustomize
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- redis/
|
||||
- timescaledb/
|
||||
- aggregator/
|
||||
- gateway/
|
||||
- alerts/
|
||||
# collector is deployed separately on each machine
|
||||
Reference in New Issue
Block a user