mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 20:12:43 +00:00
tis af fam, dees was wel de minst plezante om te doen
This commit is contained in:
13
check-dns.yaml
Normal file
13
check-dns.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
metadata:
|
||||
name: dns
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: dns
|
||||
image: anubhavmishra/tiny-tools
|
||||
command: ["dig", "consul.service.consul"]
|
||||
restartPolicy: Never
|
||||
backoffLimit: 4
|
Reference in New Issue
Block a user