Skip to content

Commit

Permalink
Customised
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 10, 2020
1 parent 45ca2a3 commit d96cf25
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion falco/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
{{- end }}
containers:
- name: {{ .Chart.Name }}
image: {{ template "falco.image" . }}
image: falcosecurity/falco:0.25.0
imagePullPolicy: {{ .Values.image.pullPolicy }}
resources:
{{ toYaml .Values.resources | indent 12 }}
Expand Down
16 changes: 14 additions & 2 deletions falco/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ resources:
# a sane defaults ones. If you have more questions or concerns, please refer
# to #falco slack channel for more info about it
requests:
cpu: 100m
cpu: 500m
memory: 512Mi
limits:
cpu: 200m
cpu: 1000m
memory: 1024Mi

extraArgs: []
Expand Down Expand Up @@ -338,6 +338,18 @@ integrations:
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
- effect: NoSchedule
key: node-role.openstack.org/compute
value: member
- effect: NoSchedule
key: node-role.openstack.org/l3_node
value: member
- effect: NoSchedule
key: node-role.openstack.org/lb_node
value: member
- effect: NoSchedule
key: node-role.openstack.org/monitoring_node
value: member

scc:
# true here enabled creation of Security Context Constraints in Openshift
Expand Down

0 comments on commit d96cf25

Please sign in to comment.