Merge "Switch to google-managed certs"
diff --git a/k8s/zuul.yaml b/k8s/zuul.yaml
index be2244c..b16739b 100644
--- a/k8s/zuul.yaml
+++ b/k8s/zuul.yaml
@@ -277,6 +277,15 @@
requests:
storage: 80Gi
---
+apiVersion: networking.gke.io/v1beta1
+kind: ManagedCertificate
+metadata:
+ name: ci-gerritcodereview-com
+ namespace: zuul
+spec:
+ domains:
+ - ci.gerritcodereview.com
+---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
@@ -284,18 +293,13 @@
namespace: zuul
annotations:
kubernetes.io/ingress.global-static-ip-name: "zuul-static-ip"
- cert-manager.io/cluster-issuer: letsencrypt-prod
- acme.cert-manager.io/http01-edit-in-place: "true"
+ networking.gke.io/managed-certificates: "ci-gerritcodereview-com"
spec:
rules:
- - host: gerrit-zuul.inaugust.com
+ - host: ci.gerritcodereview.com
http:
paths:
- backend:
serviceName: zuul-web
servicePort: 9000
path: /*
- tls:
- - secretName: zuul-web-certs
- hosts:
- - gerrit-zuul.inaugust.com
diff --git a/zuul/zuul.conf b/zuul/zuul.conf
index e81ad4b..31b34fc 100644
--- a/zuul/zuul.conf
+++ b/zuul/zuul.conf
@@ -11,7 +11,7 @@
[web]
listen_address=0.0.0.0
-root=https://gerrit-zuul.inaugust.com
+root=https://ci.gerritcodereview.com
port=9000
[scheduler]