This commit is contained in:
ducoterra
2020-04-18 16:00:50 -04:00
commit 1c397bdae1
5 changed files with 102 additions and 0 deletions

19
k8s/service.yaml Normal file
View File

@@ -0,0 +1,19 @@
kind: Service
apiVersion: v1
metadata:
name: traefik-ingress-service
namespace: kube-system
spec:
selector:
k8s-app: traefik-external-lb
ports:
- protocol: TCP
port: 9080
name: http
- protocol: TCP
port: 9443
name: https
- protocol: TCP
port: 8080
name: admin
type: LoadBalancer