Skip to content

Commit

Permalink
perfdash: use NEG for kubernetes service
Browse files Browse the repository at this point in the history
Ref: kubernetes/k8s.io#2488.

Switch to ClusterIP for the service.

Signed-off-by: Arnaud Meukam <[email protected]>
  • Loading branch information
ameukam committed Oct 21, 2021
1 parent 6f93c89 commit da22ce8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion perfdash/perfdash-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ metadata:
name: perfdash-status
labels:
app: perfdash
annotations:
cloud.google.com/neg: '{"ingress": true}'
spec:
selector:
app: perfdash
ports:
- name: status
port: 80
targetPort: status
type: NodePort
type: ClusterIP

0 comments on commit da22ce8

Please sign in to comment.