J release changes
[ric-plt/ric-dep.git] / helm / infrastructure / subcharts / kong / example-values / hybrid-cert-manager / cp-values.yaml
1 env:
2   role: control_plane
3   database: postgres
4   pg_host: postgres-postgresql.db.svc.cluster.local
5   pg_user: kong
6   pg_password: super_secret
7
8 cluster:
9   enabled: true
10   tls:
11     enabled: true
12
13 certificates:
14   enabled: true
15   issuer: my-ca-issuer
16   cluster:
17     enabled: true
18     commonName: custom.example.com
19
20 proxy:
21   enabled: false
22
23 ingressController:
24   env:
25     publish_service: kong/kong-cp-kong-proxy