Files
traefik/custom/service.yaml
2020-04-20 09:59:07 -04:00

18 lines
338 B
YAML

apiVersion: v1
kind: Service
metadata:
name: traefik-custom-controller
namespace: kube-system
spec:
type: LoadBalancer
selector:
app: traefik-custom-controller
ports:
- protocol: TCP
port: 9080
name: web
targetPort: 9080
- protocol: TCP
port: 9443
name: websecure
targetPort: 9443