oc-deploy/kube/occhart/charts/traefik/traefik-service.yaml

18 lines
257 B
YAML
Raw Normal View History

2024-07-10 17:05:05 +02:00
apiVersion: v1
kind: Service
metadata:
name: traefik
labels:
app: traefik
spec:
type: LoadBalancer
ports:
- port: 80
name: web
targetPort: 80
- port: 8080
name: admin
targetPort: 8080
selector:
app: traefik