mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
18 lines
377 B
YAML
18 lines
377 B
YAML
admin:
|
|
enabled: true
|
|
type: ClusterIP
|
|
clusterIP: None
|
|
tls:
|
|
client:
|
|
secretName: "admin-api-ca-cert"
|
|
|
|
ingressController:
|
|
enabled: false
|
|
|
|
replicaCount: 3
|
|
## This example creates a static 3-Pod Kong gateway Deployment.
|
|
## To use autoscaling instead, comment the above replicaCount and uncomment
|
|
## the autoscaling section below.
|
|
# autoscaling:
|
|
# enabled: true
|