Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable kspmAdmissionController (#445) #446

Merged
merged 2 commits into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading