From fb85a8b83a11bba5c5a37377032368a5d5343afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Wed, 9 Oct 2019 10:18:07 +0200 Subject: [PATCH] added license statements --- kubernetes/results-nginx/kustomization.yaml | 14 +++++++++++++ kubernetes/reverse-proxy/Certificates.yaml | 14 +++++++++++++ kubernetes/reverse-proxy/Ingress.yaml | 14 +++++++++++++ kubernetes/reverse-proxy/Issuer.yaml | 22 +++++++++++++-------- kubernetes/reverse-proxy/basic.sh | 14 +++++++++++++ kubernetes/reverse-proxy/kustomization.yaml | 14 +++++++++++++ 6 files changed, 84 insertions(+), 8 deletions(-) diff --git a/kubernetes/results-nginx/kustomization.yaml b/kubernetes/results-nginx/kustomization.yaml index 018e4b1..2071079 100644 --- a/kubernetes/results-nginx/kustomization.yaml +++ b/kubernetes/results-nginx/kustomization.yaml @@ -1,3 +1,17 @@ +# Copyright 2019 Google LLC +# +# Licensed under the the Apache License v2.0 with LLVM Exceptions (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://llvm.org/LICENSE.txt +# +# 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. + apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: jenkins diff --git a/kubernetes/reverse-proxy/Certificates.yaml b/kubernetes/reverse-proxy/Certificates.yaml index f33dfad..b4912fd 100644 --- a/kubernetes/reverse-proxy/Certificates.yaml +++ b/kubernetes/reverse-proxy/Certificates.yaml @@ -1,3 +1,17 @@ +# Copyright 2019 Google LLC +# +# Licensed under the the Apache License v2.0 with LLVM Exceptions (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://llvm.org/LICENSE.txt +# +# 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. + # -- staging --------------- apiVersion: certmanager.k8s.io/v1alpha1 kind: Certificate diff --git a/kubernetes/reverse-proxy/Ingress.yaml b/kubernetes/reverse-proxy/Ingress.yaml index 74656ca..6df3fae 100644 --- a/kubernetes/reverse-proxy/Ingress.yaml +++ b/kubernetes/reverse-proxy/Ingress.yaml @@ -1,3 +1,17 @@ +# Copyright 2019 Google LLC +# +# Licensed under the the Apache License v2.0 with LLVM Exceptions (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://llvm.org/LICENSE.txt +# +# 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. + apiVersion: extensions/v1beta1 kind: Ingress metadata: diff --git a/kubernetes/reverse-proxy/Issuer.yaml b/kubernetes/reverse-proxy/Issuer.yaml index 92e34c8..75e934c 100644 --- a/kubernetes/reverse-proxy/Issuer.yaml +++ b/kubernetes/reverse-proxy/Issuer.yaml @@ -1,3 +1,17 @@ +# Copyright 2019 Google LLC +# +# Licensed under the the Apache License v2.0 with LLVM Exceptions (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://llvm.org/LICENSE.txt +# +# 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. + # based on documentation on # https://github.com/jetstack/cert-manager/blob/master/docs/tutorials/acme/quick-start/index.rst @@ -7,14 +21,10 @@ metadata: name: letsencrypt-staging spec: acme: - # The ACME server URL server: https://acme-staging-v02.api.letsencrypt.org/directory - # Email address used for ACME registration email: kuhnel@google.com - # Name of a secret used to store the ACME account private key privateKeySecretRef: name: letsencrypt-staging - # Enable the HTTP-01 challenge provider solvers: - http01: ingress: @@ -28,14 +38,10 @@ metadata: name: letsencrypt-prod spec: acme: - # The ACME server URL server: https://acme-v02.api.letsencrypt.org/directory - # Email address used for ACME registration email: kuhnel@google.com - # Name of a secret used to store the ACME account private key privateKeySecretRef: name: letsencrypt-prod - # Enable the HTTP-01 challenge provider solvers: - http01: ingress: diff --git a/kubernetes/reverse-proxy/basic.sh b/kubernetes/reverse-proxy/basic.sh index 76eb23b..80205a2 100755 --- a/kubernetes/reverse-proxy/basic.sh +++ b/kubernetes/reverse-proxy/basic.sh @@ -1,4 +1,18 @@ #!/bin/bash +# Copyright 2019 Google LLC +# +# Licensed under the the Apache License v2.0 with LLVM Exceptions (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://llvm.org/LICENSE.txt +# +# 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. + set -eux # basic setup of the reverse proxy based on diff --git a/kubernetes/reverse-proxy/kustomization.yaml b/kubernetes/reverse-proxy/kustomization.yaml index 492b15e..c1f5e17 100644 --- a/kubernetes/reverse-proxy/kustomization.yaml +++ b/kubernetes/reverse-proxy/kustomization.yaml @@ -1,3 +1,17 @@ +# Copyright 2019 Google LLC +# +# Licensed under the the Apache License v2.0 with LLVM Exceptions (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://llvm.org/LICENSE.txt +# +# 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. + apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: