bitnami-containers/bitnami/python/test.yaml

23 lines
431 B
YAML

## 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