Skip to content

Commit

Permalink
Update RedHat values file
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Feb 7, 2024
1 parent 473d40e commit bf0218e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions charts/alaz/values-redhat.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
namespace: ddosify

backendHost: https://api.ddosify.com:443
monitoringID: "" # required
logLevel: 1 # zero log levels: -1: trace, 0: debug, 1: info, 2: warn, 3: error, 4: fatal, 5: panic

resources:
limits:
cpu: "1"
memory: 1Gi
requests:
cpu: 500m
memory: 400Mi

image: registry.connect.redhat.com/ddosify/alaz:v0.5.0
imagePullPolicy: IfNotPresent
containerPort: 8181
podAnnotations: {}

# enable prometheus node exporter metrics (cpu, memory, network, disk, etc.)
metricsEnabled: true

# enable eBPF for k8s network data to create a service map
serviceMapEnabled: true

# enable distributed tracing using eBPF
distTracingEnabled: true

0 comments on commit bf0218e

Please sign in to comment.