remove the job from the cluster

This commit is contained in:
asamanta 2019-08-15 14:49:28 -04:00
parent 9108433c97
commit ac9efe73e4
2 changed files with 0 additions and 25 deletions

View file

@ -1,23 +0,0 @@
apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: pinger-job
spec:
schedule: "*/5 * * * *"
jobTemplate:
spec:
template:
spec:
containers:
- name: main
image: pingjob
env:
- name: FRONTEND_ADDR
value: "http://35.202.74.89"
restartPolicy: OnFailure
metadata:
labels:
custom-job: pinger

View file

@ -42,8 +42,6 @@ build:
context: src/loadgenerator
- image: adservice
context: src/adservice
- image: pingjob
context: src/pingjob
tagPolicy:
gitCommit: {}
deploy: