mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
19 lines
246 B
YAML
19 lines
246 B
YAML
controller:
|
|
kind: DaemonSet
|
|
admissionWebhooks:
|
|
enabled: false
|
|
|
|
service:
|
|
type: NodePort
|
|
nodePorts:
|
|
tcp:
|
|
9000: 30090
|
|
udp:
|
|
9001: 30091
|
|
|
|
tcp:
|
|
9000: "default/test:8080"
|
|
|
|
udp:
|
|
9001: "default/test:8080"
|