23 lines
584 B
YAML
23 lines
584 B
YAML
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- base/deployment.yaml
|
|
- base/service.yaml
|
|
commonLabels:
|
|
app: alertmanager-webhook
|
|
configMapGenerator:
|
|
- name: alertmanager-webhook
|
|
files:
|
|
- config/config.yaml
|
|
- config/text_template.tpl
|
|
images:
|
|
- name: webhook
|
|
newName: harbor.hxjscloud.com/ops/alertmanager-webhook
|
|
newTag: '0.0.2'
|
|
patches:
|
|
- path: overlay.yaml
|
|
target:
|
|
kind: Deployment
|
|
labelSelector: app=alertmanager-webhook |