Skip to content

Commit

Permalink
Revert "Fixes #460 - Change qa hostnames to test (#562)"
Browse files Browse the repository at this point in the history
This reverts commit 72f1cb9.
  • Loading branch information
jonespm committed Oct 31, 2024
1 parent 0e2bd9d commit 56ea51d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions service/overlays/test/hostname.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- op: add
path: /spec/rules/0/host
value: test.officehours.it.umich.edu
value: qa.officehours.it.umich.edu
- op: add
path: /spec/rules/1/host
value: www.test.officehours.it.umich.edu
value: www.qa.officehours.it.umich.edu
4 changes: 2 additions & 2 deletions service/overlays/test/tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ metadata:
spec:
tls:
- hosts:
- test.officehours.it.umich.edu
- www.test.officehours.it.umich.edu
- qa.officehours.it.umich.edu
- www.qa.officehours.it.umich.edu
secretName: web-tls

0 comments on commit 56ea51d

Please sign in to comment.