Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/inventory/group_vars/all/cr
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ zuul_operator_cr: |
secretName: zuul-nodepool-config
web:
count: 1
root: https://zuul.compute.sms-lab.cloud
root: https://zuul.stackhpc.com
connections:
github:
driver: github
Expand Down
8 changes: 4 additions & 4 deletions ansible/inventory/group_vars/all/gateway-api
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ zuul_operator_gateway_api_gateways:
namespaces:
from: All
- name: https
hostname: "zuul.compute.sms-lab.cloud"
hostname: "zuul.stackhpc.com"
protocol: HTTPS
port: 443
allowedRoutes:
Expand All @@ -28,7 +28,7 @@ zuul_operator_gateway_api_gateways:
tls:
mode: Terminate
certificateRefs:
- name: zuul-compute-sms-lab-cloud-tls
- name: zuul-stackhpc-com-tls
kind: Secret

zuul_operator_gateway_api_httproutes:
Expand All @@ -43,7 +43,7 @@ zuul_operator_gateway_api_httproutes:
name: contour
namespace: projectcontour
hostnames:
- "zuul.compute.sms-lab.cloud"
- "zuul.stackhpc.com"
rules:
- matches:
- path:
Expand All @@ -58,7 +58,7 @@ zuul_operator_cert_manager_issuers:
- name: letsencrypt
spec:
acme:
email: michal@stackhpc.com
email: ci@stackhpc.com
server: https://acme-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: issuer-account-key
Expand Down