github.com/oam-dev/cluster-gateway@v1.9.0/charts/cluster-gateway/values.yaml (about) 1 # Image of the cluster-gateway instances 2 image: oamdev/cluster-gateway 3 4 tag: 5 6 # Number of replicas 7 replicas: 1 8 # A secured namespace for reading cluster secrets 9 secretNamespace: open-cluster-management-credentials 10 11 ocmIntegration: 12 enabled: false 13 clusterProxy: 14 enabled: false 15 endpoint: 16 host: proxy-entrypoint.open-cluster-management-cluster-proxy 17 port: 8090 18 19 featureGate: 20 healthiness: false 21 secretCache: false