Skip to content

Commit

Permalink
Enable kspmAdmissionController (#445) (#446)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele De Lorenzi <[email protected]>
  • Loading branch information
dark-vex authored Jan 5, 2024
1 parent 84221ab commit e24fc41
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
30 changes: 30 additions & 0 deletions apps/kubenuc/longhorn/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: longhorn
namespace: longhorn-system
spec:
interval: 15m
maxHistory: 20
chart:
spec:
chart: longhorn
sourceRef:
kind: HelmRepository
name: k8s-at-home-charts
namespace: flux-system
interval: 15m
install:
createNamespace: true
remediation:
retries: 6
upgrade:
remediation:
retries: 6
values:
persistence:
defaultClass: false
defaultNodeSelector:
enable: true
selector: "storage=dynamic"
5 changes: 4 additions & 1 deletion apps/kubenuc/sysdig-agent/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
sysdig:
settings:
#feature:
# mode: secure_light
# mode: secure_light
#secure_audit_streams:
# debug: true
drift_killer:
Expand All @@ -48,6 +48,9 @@ spec:
#file_priority: warning
console_priority: warning
event_priority: warning
file_priority_by_component:
- "conn_mgr:connection_manager: debug"
- "endpoint:cm_ack_handler: debug"
prometheus:
enabled: true
prom_service_discovery: true
Expand Down
10 changes: 10 additions & 0 deletions charts/longhorn.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: longhorn
namespace: flux-system
spec:
interval: 1h
url: https://charts.longhorn.io
timeout: 3m

0 comments on commit e24fc41

Please sign in to comment.