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
434 B
24 lines
434 B
apiVersion: extensions/v1beta1
|
|
kind: Deployment
|
|
metadata:
|
|
labels:
|
|
io.kompose.service: redis
|
|
name: redis
|
|
spec:
|
|
replicas: 1
|
|
strategy: {}
|
|
template:
|
|
metadata:
|
|
labels:
|
|
io.kompose.service: redis
|
|
spec:
|
|
containers:
|
|
- image: redis
|
|
name: redis
|
|
ports:
|
|
- containerPort: 6379
|
|
resources: {}
|
|
imagePullPolicy: IfNotPresent
|
|
restartPolicy: Always
|
|
status: {}
|