Last active
May 15, 2020 10:17
-
-
Save nak3/7f7092d9fa42dcbbd14e5bf85e0c0e96 to your computer and use it in GitHub Desktop.
KnativeServing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| spec: | |
| cluster-local-gateway: {} | |
| config: | |
| deployment: | |
| queueSidecarImage: registry.svc.ci.openshift.org/openshift/knative-v0.13.2:knative-serving-queue | |
| domain: | |
| apps.knakayam-dev01.devcluster.openshift.com: "" | |
| network: | |
| domainTemplate: '{{.Name}}-{{.Namespace}}.{{.Domain}}' | |
| ingress.class: kourier.ingress.networking.knative.dev | |
| tracing: | |
| backend: zipkin | |
| debug: "true" | |
| zipkin-endpoint: http://jaeger-collector.default.svc.cluster.local:9411/api/v2/spans | |
| controller-custom-certs: | |
| name: config-service-ca | |
| type: ConfigMap | |
| high-availability: | |
| replicas: 2 | |
| knative-ingress-gateway: {} | |
| registry: | |
| override: | |
| 3scale-kourier-control: quay.io/3scale/kourier:fix_duplication | |
| 3scale-kourier-gateway: docker.io/maistra/proxyv2-ubi8:1.0.8 | |
| APISERVER_RA_IMAGE: registry.svc.ci.openshift.org/openshift/knative-v0.13.0:knative-eventing-apiserver-receive-adapter | |
| BROKER_FILTER_IMAGE: registry.svc.ci.openshift.org/openshift/knative-v0.13.0:knative-eventing-filter | |
| BROKER_INGRESS_IMAGE: registry.svc.ci.openshift.org/openshift/knative-v0.13.0:knative-eventing-ingress | |
| CRONJOB_RA_IMAGE: registry.svc.ci.openshift.org/openshift/knative-v0.13.0:knative-eventing-cronjob-receive-adapter | |
| DISPATCHER_IMAGE: registry.svc.ci.openshift.org/openshift/knative-v0.13.0:knative-eventing-channel-dispatcher | |
| KN_CLI_ARTIFACTS: registry.svc.ci.openshift.org/openshift/knative-v0.13.2:kn-cli-artifacts | |
| PING_IMAGE: registry.svc.ci.openshift.org/openshift/knative-v0.13.0:knative-eventing-ping | |
| activator: registry.svc.ci.openshift.org/openshift/knative-v0.13.2:knative-serving-activator | |
| autoscaler: registry.svc.ci.openshift.org/openshift/knative-v0.13.2:knative-serving-autoscaler | |
| autoscaler-hpa: registry.svc.ci.openshift.org/openshift/knative-v0.13.2:knative-serving-autoscaler-hpa | |
| broker-controller: registry.svc.ci.openshift.org/openshift/knative-v0.13.0:knative-eventing-channel-broker | |
| controller: registry.svc.ci.openshift.org/openshift/knative-v0.13.2:knative-serving-controller | |
| eventing-controller: registry.svc.ci.openshift.org/openshift/knative-v0.13.0:knative-eventing-controller | |
| eventing-webhook: registry.svc.ci.openshift.org/openshift/knative-v0.13.0:knative-eventing-webhook | |
| imc-controller: registry.svc.ci.openshift.org/openshift/knative-v0.13.0:knative-eventing-channel-controller | |
| imc-dispatcher: registry.svc.ci.openshift.org/openshift/knative-v0.13.0:knative-eventing-channel-dispatcher | |
| queue-proxy: registry.svc.ci.openshift.org/openshift/knative-v0.13.2:knative-serving-queue | |
| webhook: registry.svc.ci.openshift.org/openshift/knative-v0.13.2:knative-serving-webhook |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| spec: | |
| cluster-local-gateway: {} | |
| config: | |
| autoscaler: | |
| container-concurrency-target-default: "100" | |
| container-concurrency-target-percentage: "1.0" | |
| enable-scale-to-zero: "true" | |
| max-scale-up-rate: "10" | |
| panic-threshold-percentage: "200.0" | |
| panic-window: 6s | |
| panic-window-percentage: "10.0" | |
| scale-to-zero-grace-period: 30s | |
| stable-window: 60s | |
| tick-interval: 2s | |
| defaults: | |
| revision-timeout-seconds: "300" | |
| deployment: | |
| queueSidecarImage: registry.svc.ci.openshift.org/openshift/knative-v0.13.2:knative-serving-queue | |
| registriesSkippingTagResolving: ko.local,dev.local | |
| domain: | |
| apps.knakayam-dev01.devcluster.openshift.com: "" | |
| gc: | |
| stale-revision-create-delay: 24h | |
| stale-revision-lastpinned-debounce: 5h | |
| stale-revision-minimum-generations: "1" | |
| stale-revision-timeout: 15h | |
| logging: | |
| loglevel.activator: debug | |
| loglevel.autoscaler: debug | |
| loglevel.controller: debug | |
| loglevel.queueproxy: debug | |
| loglevel.webhook: debug | |
| network: | |
| domainTemplate: '{{.Name}}-{{.Namespace}}.{{.Domain}}' | |
| ingress.class: kourier.ingress.networking.knative.dev | |
| observability: | |
| logging.enable-var-log-collection: "false" | |
| metrics.backend-destination: prometheus | |
| tracing: | |
| backend: none | |
| sample-rate: "0.1" | |
| controller-custom-certs: | |
| name: config-service-ca | |
| type: ConfigMap | |
| high-availability: | |
| replicas: 2 | |
| knative-ingress-gateway: {} | |
| registry: | |
| override: | |
| 3scale-kourier-control: quay.io/3scale/kourier:fix_duplication | |
| 3scale-kourier-gateway: docker.io/maistra/proxyv2-ubi8:1.0.8 | |
| APISERVER_RA_IMAGE: registry.svc.ci.openshift.org/openshift/knative-v0.13.0:knative-eventing-apiserver-receive-adapter | |
| BROKER_FILTER_IMAGE: registry.svc.ci.openshift.org/openshift/knative-v0.13.0:knative-eventing-filter | |
| BROKER_INGRESS_IMAGE: registry.svc.ci.openshift.org/openshift/knative-v0.13.0:knative-eventing-ingress | |
| CRONJOB_RA_IMAGE: registry.svc.ci.openshift.org/openshift/knative-v0.13.0:knative-eventing-cronjob-receive-adapter | |
| DISPATCHER_IMAGE: registry.svc.ci.openshift.org/openshift/knative-v0.13.0:knative-eventing-channel-dispatcher | |
| KN_CLI_ARTIFACTS: registry.svc.ci.openshift.org/openshift/knative-v0.13.2:kn-cli-artifacts | |
| PING_IMAGE: registry.svc.ci.openshift.org/openshift/knative-v0.13.0:knative-eventing-ping | |
| activator: registry.svc.ci.openshift.org/openshift/knative-v0.13.2:knative-serving-activator | |
| autoscaler: registry.svc.ci.openshift.org/openshift/knative-v0.13.2:knative-serving-autoscaler | |
| autoscaler-hpa: registry.svc.ci.openshift.org/openshift/knative-v0.13.2:knative-serving-autoscaler-hpa | |
| broker-controller: registry.svc.ci.openshift.org/openshift/knative-v0.13.0:knative-eventing-channel-broker | |
| controller: registry.svc.ci.openshift.org/openshift/knative-v0.13.2:knative-serving-controller | |
| eventing-controller: registry.svc.ci.openshift.org/openshift/knative-v0.13.0:knative-eventing-controller | |
| eventing-webhook: registry.svc.ci.openshift.org/openshift/knative-v0.13.0:knative-eventing-webhook | |
| imc-controller: registry.svc.ci.openshift.org/openshift/knative-v0.13.0:knative-eventing-channel-controller | |
| imc-dispatcher: registry.svc.ci.openshift.org/openshift/knative-v0.13.0:knative-eventing-channel-dispatcher | |
| queue-proxy: registry.svc.ci.openshift.org/openshift/knative-v0.13.2:knative-serving-queue | |
| webhook: registry.svc.ci.openshift.org/openshift/knative-v0.13.2:knative-serving-webhook |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment