add internal ingress
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user