mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
20 lines
288 B
YAML
20 lines
288 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: traefik
|
|
|
|
spec:
|
|
type: LoadBalancer
|
|
ports:
|
|
- protocol: TCP
|
|
name: web
|
|
port: 8000
|
|
- protocol: TCP
|
|
name: admin
|
|
port: 8080
|
|
- protocol: TCP
|
|
name: websecure
|
|
port: 4443
|
|
selector:
|
|
app: traefik
|