Skip to content

Commit

Permalink
update(deploy): new probes configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <[email protected]>
  • Loading branch information
leogr authored and poiana committed Nov 18, 2020
1 parent 2b9a1c2 commit 31258a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
9 changes: 4 additions & 5 deletions deploy/k8s/falco-exporter/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
labels:
app.kubernetes.io/name: falco-exporter
app.kubernetes.io/instance: falco-exporter
app.kubernetes.io/version: "0.3.0"
spec:
selector:
matchLabels:
Expand Down Expand Up @@ -39,12 +38,12 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /metrics
port: 9376
path: /liveness
port: 19376
readinessProbe:
httpGet:
path: /readiness
port: 9376
port: 19376
resources:
{}
volumeMounts:
Expand All @@ -53,7 +52,7 @@ spec:
readOnly: true
volumes:
- name: falco-socket-dir
hostPath:
hostPath:
path: /var/run/falco
tolerations:
- effect: NoSchedule
Expand Down
1 change: 0 additions & 1 deletion deploy/k8s/falco-exporter/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ metadata:
labels:
app.kubernetes.io/name: falco-exporter
app.kubernetes.io/instance: falco-exporter
app.kubernetes.io/version: "0.3.0"
spec:
clusterIP: None
type: ClusterIP
Expand Down
1 change: 0 additions & 1 deletion deploy/k8s/falco-exporter/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ metadata:
labels:
app.kubernetes.io/name: falco-exporter
app.kubernetes.io/instance: falco-exporter
app.kubernetes.io/version: "0.3.0"

0 comments on commit 31258a2

Please sign in to comment.