Skip to content

Commit

Permalink
Update Big Bang Core example with kubescape remediations (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
RothAndrew authored Sep 24, 2021
1 parent 25be522 commit baa4b2d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
17 changes: 13 additions & 4 deletions examples/big-bang/template/bigbang/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ flux:
cleanupOnFail: false

networkPolicies:
enabled: false
# controlPlaneCidr: 10.43.0.0/16
enabled: true
# TODO: Fix this insecure CIDR
controlPlaneCidr: 0.0.0.0/0

logging:
enabled: true
Expand Down Expand Up @@ -304,22 +305,30 @@ monitoring:
cpu: "500m"
memory: "256Mi"
grafana:
sidecar:
resources:
requests:
cpu: "50m"
memory: "50Mi"
limits:
cpu: "500m"
memory: "100Mi"
resources:
requests:
cpu: "100m"
memory: "128Mi"
limits:
cpu: "500m"
memory: "128Mi"
kubeStateMetrics:
kube-state-metrics:
resources:
requests:
cpu: "10m"
memory: "128Mi"
limits:
cpu: "500m"
memory: "128Mi"
nodeExporter:
prometheus-node-exporter:
resources:
requests:
cpu: "100m"
Expand Down
3 changes: 1 addition & 2 deletions examples/big-bang/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,4 @@ remote:
- registry1.dso.mil/ironbank/opensource/prometheus/node-exporter:v1.0.1
- registry1.dso.mil/ironbank/opensource/prometheus/prometheus:v2.25.0
- registry1.dso.mil/ironbank/twistlock/console/console:21.04.412


- registry1.dso.mil/ironbank/big-bang/base:8.4

0 comments on commit baa4b2d

Please sign in to comment.