Upgraded ingress resources
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
@@ -77,7 +77,7 @@ spec:
|
||||
app: tekton-dashboard-auth
|
||||
type: ClusterIP
|
||||
---
|
||||
apiVersion: extensions/v1beta1
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: tekton-dashboard-auth
|
||||
@@ -99,6 +99,9 @@ spec:
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
backend:
|
||||
serviceName: tekton-dashboard-auth
|
||||
servicePort: 80
|
||||
service:
|
||||
name: tekton-dashboard-auth
|
||||
port:
|
||||
number: 80
|
||||
|
Reference in New Issue
Block a user