attempt internal and external

This commit is contained in:
ducoterra
2020-05-06 20:22:50 -04:00
parent 40da64c5ea
commit 95f40ec209
8 changed files with 168 additions and 17 deletions

18
external/service.yaml vendored Normal file
View File

@@ -0,0 +1,18 @@
apiVersion: v1
kind: Service
metadata:
name: traefik-external-controller
namespace: kube-system
spec:
type: LoadBalancer
selector:
app: traefik-external-controller
ports:
- protocol: TCP
port: 9080
name: web
targetPort: 9080
- protocol: TCP
port: 9443
name: websecure
targetPort: 9443