mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
14 lines
277 B
YAML
14 lines
277 B
YAML
controller:
|
|
kind: DaemonSet
|
|
admissionWebhooks:
|
|
enabled: false
|
|
metrics:
|
|
enabled: true
|
|
service:
|
|
type: ClusterIP
|
|
podAnnotations:
|
|
prometheus.io/path: /metrics
|
|
prometheus.io/port: "10254"
|
|
prometheus.io/scheme: http
|
|
prometheus.io/scrape: "true"
|