feat(apt-version-exporter): add apt-version-exporter to core-deployments
Some checks are pending
ci/woodpecker/push/yamllint Pipeline is pending
Some checks are pending
ci/woodpecker/push/yamllint Pipeline is pending
This commit is contained in:
parent
a4214ff3cc
commit
459870309f
8 changed files with 149 additions and 0 deletions
13
apt-version-exporter/kustomization.yaml
Normal file
13
apt-version-exporter/kustomization.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
resources:
|
||||
- ./namespace.yaml
|
||||
- ./serviceaccount.yaml
|
||||
- ./daemonset.yaml
|
||||
- ./service.yaml
|
||||
- ./servicemonitor.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
images:
|
||||
- name: git.ar21.de/yolokube/go-apt-version-exporter
|
||||
newName: git.ar21.de/yolokube/go-apt-version-exporter
|
||||
newTag: "2"
|
||||
namespace: apt-version-exporter
|
Loading…
Add table
Add a link
Reference in a new issue