add internal ingress

This commit is contained in:
ducoterra
2020-05-07 16:12:49 -04:00
parent 5784145efd
commit 0240cd3b3d
3 changed files with 62 additions and 7 deletions

View File

@@ -15,4 +15,18 @@ spec:
- protocol: TCP
port: 443
name: websecure
targetPort: 443
targetPort: 443
---
apiVersion: v1
kind: Service
metadata:
name: traefik-internal-admin
namespace: kube-system
spec:
selector:
app: traefik-internal-controller
ports:
- protocol: TCP
port: 8080
name: admin
targetPort: 8080