3.7.1-debian-9-r31 release

This commit is contained in:
Bitnami Bot
2018-11-29 02:53:59 +00:00
parent 30aee50916
commit 2ac97242fe
4 changed files with 26 additions and 4 deletions

22
bitnami/python/test.yaml Normal file
View File

@@ -0,0 +1,22 @@
## This is test deployment for Kubernetes platforms.
## This is _not_ intended to be use in producction.
##
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