bitnami-containers/bitnami/ruby/test.yaml

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