Skip to content

Commit

Permalink
Merge pull request #144 from Lyt99/fix/deploy
Browse files Browse the repository at this point in the history
fix skoopbundle.yaml & enable info and flow probe by default
  • Loading branch information
BSWANG authored Jan 18, 2024
2 parents 34dc0e7 + da30187 commit d417d8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deploy/skoopbundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ data:
port: 9102
metrics:
probes:
- name: info
- name: netdev
- name: io
- name: socketlatency
Expand All @@ -130,6 +131,7 @@ data:
- name: tcpext
- name: udp
- name: packetloss
- name: flow
event:
probes:
- name: packetloss
Expand Down Expand Up @@ -405,7 +407,8 @@ metadata:
prometheus.io/scrape: 'true'
prometheus.io/port: '3000'
spec:
selector: app: grafana
selector:
app: grafana
type: NodePort
ports:
- port: 80
Expand Down

0 comments on commit d417d8e

Please sign in to comment.