J release changes
[ric-plt/ric-dep.git] / helm / infrastructure / subcharts / kong / ci / admin-api-service-clusterip-values.yaml
1 admin:
2   enabled: true
3   type: ClusterIP
4
5 # Stub config to make the instance become ready
6 dblessConfig:
7   config: |
8     _format_version: "1.1"
9     services:
10     - name: example.com
11       url: http://example.com
12       routes:
13       - name: example
14         paths:
15         - "/example"
16
17 ingressController:
18   enabled: false