This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 4d4cdb13bf7a5ca5219676ad701eb599eced9459 Author: Claus Ibsen <[email protected]> AuthorDate: Thu May 7 10:42:08 2020 +0200 Add license --- .../src/main/fabric8/deployment.yml | 4 ++-- .../src/main/resources/application-local.properties | 17 +++++++++++++++++ .../src/main/resources/application.properties | 17 +++++++++++++++++ 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/examples/camel-example-spring-boot-strimzi/src/main/fabric8/deployment.yml b/examples/camel-example-spring-boot-strimzi/src/main/fabric8/deployment.yml index c4f3bcd..ad6d86e 100644 --- a/examples/camel-example-spring-boot-strimzi/src/main/fabric8/deployment.yml +++ b/examples/camel-example-spring-boot-strimzi/src/main/fabric8/deployment.yml @@ -15,10 +15,10 @@ spec: resources: requests: cpu: "0.2" - # memory: 256Mi + ### memory: 256Mi limits: cpu: "1.0" - # memory: 256Mi + ### memory: 256Mi env: - name: SPRING_APPLICATION_JSON value: '{"server":{"tomcat":{"max-threads":1}}}' diff --git a/examples/camel-example-spring-boot-strimzi/src/main/resources/application-local.properties b/examples/camel-example-spring-boot-strimzi/src/main/resources/application-local.properties index 5803323..fad3c2c 100644 --- a/examples/camel-example-spring-boot-strimzi/src/main/resources/application-local.properties +++ b/examples/camel-example-spring-boot-strimzi/src/main/resources/application-local.properties @@ -1,3 +1,20 @@ +## --------------------------------------------------------------------------- +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## --------------------------------------------------------------------------- + environment=local camel.component.kafka.brokers=KAFKA_BOOTSTRAP_ROUTE_URL diff --git a/examples/camel-example-spring-boot-strimzi/src/main/resources/application.properties b/examples/camel-example-spring-boot-strimzi/src/main/resources/application.properties index b06abb4..a1489a0 100644 --- a/examples/camel-example-spring-boot-strimzi/src/main/resources/application.properties +++ b/examples/camel-example-spring-boot-strimzi/src/main/resources/application.properties @@ -1,3 +1,20 @@ +## --------------------------------------------------------------------------- +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## --------------------------------------------------------------------------- + environment=kubernetes camel.component.kafka.brokers=my-cluster-kafka-bootstrap:9093
