first claude draft
This commit is contained in:
22
k8s/overlays/local/kustomization.yaml
Normal file
22
k8s/overlays/local/kustomization.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: sysmonstm
|
||||
|
||||
resources:
|
||||
- ../../base
|
||||
- secrets.yaml
|
||||
|
||||
patches:
|
||||
- path: patches/reduce-resources.yaml
|
||||
|
||||
images:
|
||||
- name: sysmonstm/aggregator
|
||||
newName: sysmonstm-aggregator
|
||||
newTag: dev
|
||||
- name: sysmonstm/gateway
|
||||
newName: sysmonstm-gateway
|
||||
newTag: dev
|
||||
- name: sysmonstm/alerts
|
||||
newName: sysmonstm-alerts
|
||||
newTag: dev
|
||||
Reference in New Issue
Block a user