2c9120944f
Created with: kompose convert
47 lines
1.6 KiB
YAML
47 lines
1.6 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.icon-ssl.entryPoints: websecure
|
|
traefik.http.routers.icon-ssl.rule: Host(`icon.workadventure.localhost`)
|
|
traefik.http.routers.icon-ssl.service: icon
|
|
traefik.http.routers.icon-ssl.tls: "true"
|
|
traefik.http.routers.icon.entryPoints: web
|
|
traefik.http.routers.icon.rule: Host(`icon.workadventure.localhost`)
|
|
traefik.http.services.icon.loadbalancer.server.port: "8080"
|
|
creationTimestamp: null
|
|
labels:
|
|
io.kompose.service: icon
|
|
name: icon
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
io.kompose.service: icon
|
|
strategy: {}
|
|
template:
|
|
metadata:
|
|
annotations:
|
|
kompose.cmd: /home/nico/Downloads/kompose convert
|
|
kompose.version: 1.26.0 (40646f47)
|
|
traefik.enable: "true"
|
|
traefik.http.routers.icon-ssl.entryPoints: websecure
|
|
traefik.http.routers.icon-ssl.rule: Host(`icon.workadventure.localhost`)
|
|
traefik.http.routers.icon-ssl.service: icon
|
|
traefik.http.routers.icon-ssl.tls: "true"
|
|
traefik.http.routers.icon.entryPoints: web
|
|
traefik.http.routers.icon.rule: Host(`icon.workadventure.localhost`)
|
|
traefik.http.services.icon.loadbalancer.server.port: "8080"
|
|
creationTimestamp: null
|
|
labels:
|
|
io.kompose.service: icon
|
|
spec:
|
|
containers:
|
|
- image: matthiasluedtke/iconserver:v3.13.0
|
|
name: icon
|
|
resources: {}
|
|
restartPolicy: Always
|
|
status: {}
|