J release changes
[ric-plt/ric-dep.git] / helm / infrastructure / subcharts / kong / ci / test-enterprise-version-3.4.0.0-values.yaml
1 ingressController:
2   enabled: false
3
4 image:
5   repository: kong/kong-gateway
6   tag: "3.4.0.0"
7
8 readinessProbe:
9   httpGet:
10     path: "/status"
11     port: status
12     scheme: HTTP
13   initialDelaySeconds: 1
14   periodSeconds: 1