mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 05:27:22 +08:00
3.7.1-debian-9-r31 release
This commit is contained in:
22
bitnami/python/test.yaml
Normal file
22
bitnami/python/test.yaml
Normal 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
|
||||
Reference in New Issue
Block a user