Delete unmaintained test.yaml file

This commit is contained in:
tompizmor
2020-04-17 13:45:42 +02:00
parent 0d8ae76a7f
commit 93e9e107b3

View File

@@ -1,38 +0,0 @@
## This is test deployment for Kubernetes platforms.
## This is _not_ intended to be used in production.
##
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
app: test-consul-exporter
name: test-consul-exporter
spec:
replicas: 1
selector:
matchLabels:
app: test-consul-exporter
template:
metadata:
labels:
app: test-consul-exporter
spec:
containers:
- image: bitnami/consul-exporter
name: consul-exporter
---
apiVersion: v1
kind: Service
metadata:
labels:
app: test-consul-exporter
name: test-consul-exporter
spec:
ports:
- port: 9107
protocol: TCP
targetPort: 9107
selector:
app: test-consul-exporter
sessionAffinity: None
type: ClusterIP