Skip to content

Commit

Permalink
Changed perfdash service type to NodePort
Browse files Browse the repository at this point in the history
As perfdash is currently deployed at the `aaa` cluster
at community owned infrastructure and we don't have to use
services with LoadBalancer types it's good to change it
in the source repository and then removing unnecessary
manual instructions from the k/k8s.io [repository](https://github.com/kubernetes/k8s.io/tree/master/perf-dash.k8s.io)

Signed-off-by: Bart Smykla <bsmykla@vmware.com>
  • Loading branch information
Bart Smykla committed Apr 21, 2020
1 parent 0039c10 commit 9f2b3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perfdash/perfdash-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spec:
- name: status
port: 80
targetPort: status
type: LoadBalancer
type: NodePort

0 comments on commit 9f2b3c4

Please sign in to comment.