File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
ansible/inventory/group_vars/all Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ zuul_operator_cr: |
18
18
secretName: zuul-nodepool-config
19
19
web:
20
20
count: 1
21
- root: https://zuul.compute.sms-lab.cloud
21
+ root: https://zuul.stackhpc.com
22
22
connections:
23
23
github:
24
24
driver: github
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ zuul_operator_gateway_api_gateways:
19
19
namespaces:
20
20
from: All
21
21
- name: https
22
- hostname: "zuul.compute.sms-lab.cloud "
22
+ hostname: "zuul.stackhpc.com "
23
23
protocol: HTTPS
24
24
port: 443
25
25
allowedRoutes:
@@ -28,7 +28,7 @@ zuul_operator_gateway_api_gateways:
28
28
tls:
29
29
mode: Terminate
30
30
certificateRefs:
31
- - name: zuul-compute-sms-lab-cloud -tls
31
+ - name: zuul-stackhpc-com -tls
32
32
kind: Secret
33
33
34
34
zuul_operator_gateway_api_httproutes:
@@ -43,7 +43,7 @@ zuul_operator_gateway_api_httproutes:
43
43
name: contour
44
44
namespace: projectcontour
45
45
hostnames:
46
- - "zuul.compute.sms-lab.cloud "
46
+ - "zuul.stackhpc.com "
47
47
rules:
48
48
- matches:
49
49
- path:
@@ -58,7 +58,7 @@ zuul_operator_cert_manager_issuers:
58
58
- name: letsencrypt
59
59
spec:
60
60
acme:
61
- email: michal @stackhpc.com
61
+ email: ci @stackhpc.com
62
62
server: https://acme-v02.api.letsencrypt.org/directory
63
63
privateKeySecretRef:
64
64
name: issuer-account-key
You can’t perform that action at this time.
0 commit comments