mosquitto and prometheus
This commit is contained in:
24
apps/mosquitto/tekton-prometheus.yaml
Normal file
24
apps/mosquitto/tekton-prometheus.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
apiVersion: tekton.dev/v1beta1
|
||||
kind: PipelineRun
|
||||
metadata:
|
||||
name: img-mosquitto-prometheus
|
||||
spec:
|
||||
pipelineRef:
|
||||
name: kaniko-pipeline
|
||||
params:
|
||||
- name: git-url
|
||||
value: http://git-ui.lan/chaos/kubernetes.git
|
||||
- name: git-revision
|
||||
value: master
|
||||
- name: path-to-image-context
|
||||
value: apps/mosquitto/prometheus
|
||||
- name: path-to-dockerfile
|
||||
value: apps/mosquitto/prometheus/Dockerfile
|
||||
- name: image-name
|
||||
value: cr.lan/mosquitto-prometheus-exporter
|
||||
workspaces:
|
||||
- name: git-source
|
||||
persistentVolumeClaim:
|
||||
claimName: tektoncd-workspaces
|
||||
subPath: tekton/mosquitto-prometheus
|
||||
|
||||
Reference in New Issue
Block a user