mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
462 B
24 lines
462 B
apiVersion: extensions/v1beta1
|
|
kind: Deployment
|
|
metadata:
|
|
labels:
|
|
io.kompose.service: rabbitmq
|
|
name: rabbitmq
|
|
spec:
|
|
replicas: 1
|
|
strategy: {}
|
|
template:
|
|
metadata:
|
|
labels:
|
|
io.kompose.service: rabbitmq
|
|
spec:
|
|
containers:
|
|
- image: rabbitmq:3-management-alpine
|
|
name: rabbitmq
|
|
ports:
|
|
- containerPort: 5672
|
|
- containerPort: 15672
|
|
resources: {}
|
|
restartPolicy: Always
|
|
status: {}
|