ungleich-k8s/apps/workadventure/icon-deployment.yaml

48 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: {}