Rearrange deployment files into kustomizations
This commit is contained in:
parent
1bd3fd2429
commit
51ad0bc54b
56 changed files with 532 additions and 1094 deletions
19
deploy/prometheus/kustomization.yaml
Normal file
19
deploy/prometheus/kustomization.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: ingress-nginx
|
||||
commonLabels:
|
||||
app.kubernetes.io/name: prometheus
|
||||
app.kubernetes.io/part-of: ingress-nginx
|
||||
resources:
|
||||
- role.yaml
|
||||
- service-account.yaml
|
||||
- role-binding.yaml
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
images:
|
||||
- name: prom/prometheus
|
||||
newTag: v2.3.2
|
||||
configMapGenerator:
|
||||
- name: prometheus-configuration
|
||||
files:
|
||||
- prometheus.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue