Delete unmaintained test.yaml file
This commit is contained in:
parent
c20e631abf
commit
f43ad711ce
|
|
@ -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
|
||||
Loading…
Reference in New Issue