J release changes
[ric-plt/ric-dep.git] / helm / infrastructure / subcharts / kong / example-values / minimal-kong-gd-gateway.yaml
1 admin:
2   enabled: true
3   type: ClusterIP
4   clusterIP: None
5   tls:
6     client:
7       secretName: "admin-api-ca-cert"
8
9 ingressController:
10   enabled: false
11
12 replicaCount: 3
13 ## This example creates a static 3-Pod Kong gateway Deployment.
14 ## To use autoscaling instead, comment the above replicaCount and uncomment
15 ## the autoscaling section below.
16 # autoscaling:
17 #   enabled: true