Delete unmaintained test.yaml file

This commit is contained in:
tompizmor 2020-04-17 13:54:34 +02:00
parent c20e631abf
commit f43ad711ce
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +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-redis-exporter
name: test-redis-exporter
spec:
replicas: 1
selector:
matchLabels:
app: test-redis-exporter
template:
metadata:
labels:
app: test-redis-exporter
spec:
containers:
- image: bitnami/redis-exporter
name: redis-exporter