Skip to content

Commit

Permalink
change tektondahboard service type to NodePort (#277)
Browse files Browse the repository at this point in the history
Co-authored-by: Harish Kuna <[email protected]>
  • Loading branch information
hakuna-matatah and Harish Kuna authored Aug 19, 2022
1 parent 84bc322 commit 960ff7d
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,6 @@ spec:
data:
default-task-run-workspace-binding: |
emptyDir: {}
- target:
kind: Service
name: tekton-dashboard
namespace: tekton-pipelines
patch: |-
apiVersion: v1
kind: Service
metadata:
name: tekton-dashboard
namespace: tekton-pipelines
spec:
type: NodePort
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
Expand Down Expand Up @@ -167,3 +155,15 @@ spec:
tolerations:
- key: CriticalAddonsOnly
operator: Exists
- target:
kind: Service
name: tekton-dashboard
namespace: tekton-pipelines
patch: |-
apiVersion: v1
kind: Service
metadata:
name: tekton-dashboard
namespace: tekton-pipelines
spec:
type: NodePort

0 comments on commit 960ff7d

Please sign in to comment.