feat(sb-server-monitor): move deployment to core repo
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
This commit is contained in:
parent
c2240f1fac
commit
fb55a81677
7 changed files with 130 additions and 0 deletions
13
sb-server-monitor/kustomization.yaml
Normal file
13
sb-server-monitor/kustomization.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue