mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 21:57:00 +01:00
19 lines
307 B
Text
19 lines
307 B
Text
|
|
kind: Service
|
||
|
|
apiVersion: v1
|
||
|
|
metadata:
|
||
|
|
name: traefik-web-ui
|
||
|
|
namespace: kube-system
|
||
|
|
spec:
|
||
|
|
selector:
|
||
|
|
k8s-app: traefik-ingress-lb
|
||
|
|
ports:
|
||
|
|
- protocol: TCP
|
||
|
|
port: 80
|
||
|
|
name: http
|
||
|
|
- protocol: TCP
|
||
|
|
port: 443
|
||
|
|
name: https
|
||
|
|
- protocol: TCP
|
||
|
|
port: 8080
|
||
|
|
name: admin
|