Skip to content

Instantly share code, notes, and snippets.

@ralvares
Created February 7, 2024 06:25
Show Gist options
  • Save ralvares/8c94f65d0d8324ceb8dfc8bb984bcbe2 to your computer and use it in GitHub Desktop.
Save ralvares/8c94f65d0d8324ceb8dfc8bb984bcbe2 to your computer and use it in GitHub Desktop.
secured-cluster.yaml
apiVersion: platform.stackrox.io/v1alpha1
kind: SecuredCluster
metadata:
name: stackrox-secured-cluster-services
namespace: stackrox
spec:
monitoring:
openshift:
enabled: true
auditLogs:
collection: Auto
admissionControl:
listenOnUpdates: true
bypass: BreakGlassAnnotation
contactImageScanners: DoNotScanInline
listenOnCreates: true
replicas: 3
timeoutSeconds: 20
listenOnEvents: true
scanner:
analyzer:
scaling:
autoScaling: Enabled
maxReplicas: 5
minReplicas: 2
replicas: 3
scannerComponent: AutoSense
perNode:
collector:
collection: EBPF
imageFlavor: Regular
taintToleration: TolerateTaints
clusterName: CHANGE_ME
centralEndpoint: 'CHANGEME.example.com:443'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment