[matomo-web] Append .git and add tls termination to the svc
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [matomo-web] Append .git and add tls termination to the svc
- Date: Tue, 20 Aug 2019 15:50:24 +0000 (UTC)
commit 82e346ca6ed81456b55b99c76066900f3d001b3f
Author: Andrea Veri <averi redhat com>
Date: Tue Aug 20 17:50:26 2019 +0200
Append .git and add tls termination to the svc
templates/matomo.yaml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/templates/matomo.yaml b/templates/matomo.yaml
index 69b6d31..9cb2553 100644
--- a/templates/matomo.yaml
+++ b/templates/matomo.yaml
@@ -20,7 +20,7 @@ parameters:
value: 3-fpm
- name: NGINX_DOCKERFILE_REPO
description: Nginx Dockerfile source repository
- value: https://gitlab.gnome.org/Infrastructure/matomo-web
+ value: https://gitlab.gnome.org/Infrastructure/matomo-web.git
- name: PVC_SIZE_CONFIG
description: PVC size for config files
value: 1Gi
@@ -242,7 +242,11 @@ objects:
kind: Service
name: matomo
weight: 100
+ tls:
+ termination: "reencrypt"
+ insecureEdgeTerminationPolicy: Redirect
wildcardPolicy: None
+
- apiVersion: batch/v1beta1
kind: CronJob
metadata:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]