48 lines
1.8 KiB
YAML
48 lines
1.8 KiB
YAML
|
apiVersion: apps/v1
|
||
|
kind: Deployment
|
||
|
metadata:
|
||
|
annotations:
|
||
|
kompose.cmd: /home/nico/Downloads/kompose convert
|
||
|
kompose.version: 1.26.0 (40646f47)
|
||
|
traefik.enable: "true"
|
||
|
traefik.http.routers.redisinsight-ssl.entryPoints: websecure
|
||
|
traefik.http.routers.redisinsight-ssl.rule: Host(`redis.workadventure.localhost`)
|
||
|
traefik.http.routers.redisinsight-ssl.service: redisinsight
|
||
|
traefik.http.routers.redisinsight-ssl.tls: "true"
|
||
|
traefik.http.routers.redisinsight.entryPoints: web
|
||
|
traefik.http.routers.redisinsight.rule: Host(`redis.workadventure.localhost`)
|
||
|
traefik.http.services.redisinsight.loadbalancer.server.port: "8001"
|
||
|
creationTimestamp: null
|
||
|
labels:
|
||
|
io.kompose.service: redisinsight
|
||
|
name: redisinsight
|
||
|
spec:
|
||
|
replicas: 1
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
io.kompose.service: redisinsight
|
||
|
strategy: {}
|
||
|
template:
|
||
|
metadata:
|
||
|
annotations:
|
||
|
kompose.cmd: /home/nico/Downloads/kompose convert
|
||
|
kompose.version: 1.26.0 (40646f47)
|
||
|
traefik.enable: "true"
|
||
|
traefik.http.routers.redisinsight-ssl.entryPoints: websecure
|
||
|
traefik.http.routers.redisinsight-ssl.rule: Host(`redis.workadventure.localhost`)
|
||
|
traefik.http.routers.redisinsight-ssl.service: redisinsight
|
||
|
traefik.http.routers.redisinsight-ssl.tls: "true"
|
||
|
traefik.http.routers.redisinsight.entryPoints: web
|
||
|
traefik.http.routers.redisinsight.rule: Host(`redis.workadventure.localhost`)
|
||
|
traefik.http.services.redisinsight.loadbalancer.server.port: "8001"
|
||
|
creationTimestamp: null
|
||
|
labels:
|
||
|
io.kompose.service: redisinsight
|
||
|
spec:
|
||
|
containers:
|
||
|
- image: redislabs/redisinsight:latest
|
||
|
name: redisinsight
|
||
|
resources: {}
|
||
|
restartPolicy: Always
|
||
|
status: {}
|