25 lines
481 B
YAML
25 lines
481 B
YAML
|
apiVersion: apps/v1
|
||
|
kind: Deployment
|
||
|
metadata:
|
||
|
annotations:
|
||
|
labels:
|
||
|
io.kompose.service: redisinsight
|
||
|
name: redisinsight
|
||
|
spec:
|
||
|
replicas: 1
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
io.kompose.service: redisinsight
|
||
|
strategy: {}
|
||
|
template:
|
||
|
metadata:
|
||
|
labels:
|
||
|
io.kompose.service: redisinsight
|
||
|
spec:
|
||
|
containers:
|
||
|
- image: redislabs/redisinsight:latest
|
||
|
name: redisinsight
|
||
|
resources: {}
|
||
|
restartPolicy: Always
|
||
|
status: {}
|