mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
16 lines
310 B
YAML
16 lines
310 B
YAML
controller:
|
|
admissionWebhooks:
|
|
enabled: false
|
|
service:
|
|
type: ClusterIP
|
|
internal:
|
|
enabled: true
|
|
annotations:
|
|
service.beta.kubernetes.io/aws-load-balancer-internal: "true"
|
|
ports:
|
|
http: 443
|
|
https: 80
|
|
targetPorts:
|
|
http: 443
|
|
https: 80
|