14 lines
342 B
YAML
14 lines
342 B
YAML
|
resources:
|
||
|
- ./0-namespace.yaml
|
||
|
- ./1-service-account.yaml
|
||
|
- ./2-deployment.yaml
|
||
|
- ./3-service.yaml
|
||
|
- ./4-service-monitor.yaml
|
||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
images:
|
||
|
- name: git.ar21.de/yolokube/sb-server-monitor
|
||
|
newName: git.ar21.de/yolokube/sb-server-monitor
|
||
|
newTag: "12"
|
||
|
namespace: fail2ban-prometheus
|