ungleich-k8s/apps/workadventure/reverse-proxy-deployment.yaml
Nico Schottelius 2c9120944f Add generated manifests for workadventure
Created with: kompose convert
2021-12-19 10:07:12 +01:00

50 lines
1.4 KiB
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
kompose.cmd: /home/nico/Downloads/kompose convert
kompose.version: 1.26.0 (40646f47)
creationTimestamp: null
labels:
io.kompose.service: reverse-proxy
name: reverse-proxy
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: reverse-proxy
strategy:
type: Recreate
template:
metadata:
annotations:
kompose.cmd: /home/nico/Downloads/kompose convert
kompose.version: 1.26.0 (40646f47)
creationTimestamp: null
labels:
io.kompose.network/default: "true"
io.kompose.service: reverse-proxy
spec:
containers:
- args:
- --api.insecure=true
- --providers.docker
- --entryPoints.web.address=:80
- --entryPoints.websecure.address=:443
- --providers.docker.exposedbydefault=false
image: traefik:v2.5
name: reverse-proxy
ports:
- containerPort: 80
- containerPort: 443
- containerPort: 8080
resources: {}
volumeMounts:
- mountPath: /var/run/docker.sock
name: reverse-proxy-claim0
restartPolicy: Always
volumes:
- name: reverse-proxy-claim0
persistentVolumeClaim:
claimName: reverse-proxy-claim0
status: {}