Delete unmaintained test.yaml file

This commit is contained in:
tompizmor
2020-04-17 13:54:08 +02:00
parent 58ba575393
commit 6388250b0e

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-python
name: test-python
spec:
replicas: 1
selector:
matchLabels:
app: test-python
template:
metadata:
labels:
app: test-python
spec:
containers:
- image: bitnami/python
name: python