-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Neill Turner
committed
Oct 29, 2024
1 parent
71d83bd
commit df60938
Showing
52 changed files
with
530 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Set maintenance mode | ||
|
||
on: | ||
workflow_dispatch: | ||
inputs: | ||
environment: | ||
required: true | ||
type: choice | ||
options: | ||
- test | ||
- production | ||
mode: | ||
required: true | ||
type: choice | ||
options: | ||
- enable | ||
- disable | ||
|
||
jobs: | ||
set-maintenance-mode: | ||
name: Set maintenance mode | ||
runs-on: ubuntu-latest | ||
environment: ${{ inputs.environment }} | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- name: Enable or disable maintenance mode | ||
uses: DFE-Digital/github-actions/maintenance@master | ||
with: | ||
azure-credentials: ${{ secrets.AZURE_CREDENTIALS}} | ||
environment: ${{ inputs.environment }} | ||
mode: ${{ inputs.mode }} | ||
docker-repository: ghcr.io/dfe-digital/apply-for-qualified-teacher-status-maintenance | ||
github-token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
FROM nginxinc/nginx-unprivileged:1.26.1 | ||
|
||
COPY nginx.conf /etc/nginx/nginx.conf | ||
COPY ./html/ /usr/share/nginx/html |
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+32.6 KB
maintenance_page/html/assets/fonts/light-94a07e06a1-v2-bb962e0c.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
maintenance_page/html/assets/images/govuk-icon-mask-c3a9868b.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+8.47 KB
maintenance_page/html/assets/images/govuk-opengraph-image-bd4c811b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
maintenance_page/html/assets/images/icon-close-cross-black-692c7df5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+123 Bytes
maintenance_page/html/assets/images/icon-close-cross-black-692c7df5.svg.br
Binary file not shown.
1 change: 1 addition & 0 deletions
1
maintenance_page/html/assets/images/icon-tag-remove-cross-5a9b07c6.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+123 Bytes
maintenance_page/html/assets/images/icon-tag-remove-cross-5a9b07c6.svg.br
Binary file not shown.
Binary file added
BIN
+139 Bytes
maintenance_page/html/assets/images/icon-tag-remove-cross-5a9b07c6.svg.gz
Binary file not shown.
1 change: 1 addition & 0 deletions
1
maintenance_page/html/assets/images/icon-tag-remove-cross-white-d540bf9f.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+129 Bytes
maintenance_page/html/assets/images/icon-tag-remove-cross-white-d540bf9f.svg.br
Binary file not shown.
Binary file added
BIN
+147 Bytes
maintenance_page/html/assets/images/icon-tag-remove-cross-white-d540bf9f.svg.gz
Binary file not shown.
1 change: 1 addition & 0 deletions
1
maintenance_page/html/assets/images/icon-toggle-plus-minus-257426a1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" class="govuk-template"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<title>This service is currently unavailable - Apply for qualified teacher status - GOV.UK</title> | ||
<meta name="robots" content="noindex, nofollow"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> | ||
<meta name="theme-color" content="#0b0c0c"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<link rel="shortcut icon" sizes="16x16 32x32 48x48" href="assets/images/favicon-7ddbfd51.ico" type="image/x-icon"> | ||
<link rel="mask-icon" href="assets/images/govuk-mask-icon.svg" color="#0b0c0c"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/govuk-apple-touch-icon-180x180.png"> | ||
<link rel="apple-touch-icon" sizes="167x167" href="assets/images/govuk-apple-touch-icon-167x167.png"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="assets/images/govuk-apple-touch-icon-152x152.png"> | ||
<link rel="apple-touch-icon" href="assets/images/govuk-apple-touch-icon.png"> | ||
<meta property="og:image" content="assets/govuk-opengraph-image.png"> | ||
<link rel="stylesheet" media="all" href="stylesheets/govuk-frontend-5.3.1.min.css"> | ||
</head> | ||
<body class="govuk-template__body"> | ||
<style> | ||
.app-header--production.app-header--full-border { | ||
border-bottom-color: #1d70b8; | ||
} | ||
</style> | ||
<header class="govuk-header govuk-!-display-none-print app-header--production app-header--full-border app-header--wide-logo" role="banner" data-module="govuk-header"> | ||
<div class="govuk-header__container govuk-width-container"> | ||
<div class="govuk-header__logo"> | ||
<a class="govuk-header__link govuk-header__link--homepage" href="https://www.gov.uk/"> | ||
<span class="govuk-header__logotype"> | ||
<svg | ||
focusable="false" | ||
role="img" | ||
class="govuk-header__logotype" | ||
xmlns="http://www.w3.org/2000/svg" | ||
viewBox="0 0 148 30" | ||
height="30" | ||
width="148" | ||
aria-label="GOV.UK" | ||
> | ||
<title>GOV.UK</title> | ||
<path d="M22.6 10.4c-1 .4-2-.1-2.4-1-.4-.9.1-2 1-2.4.9-.4 2 .1 2.4 1s-.1 2-1 2.4m-5.9 6.7c-.9.4-2-.1-2.4-1-.4-.9.1-2 1-2.4.9-.4 2 .1 2.4 1s-.1 2-1 2.4m10.8-3.7c-1 .4-2-.1-2.4-1-.4-.9.1-2 1-2.4.9-.4 2 .1 2.4 1s0 2-1 2.4m3.3 4.8c-1 .4-2-.1-2.4-1-.4-.9.1-2 1-2.4.9-.4 2 .1 2.4 1s-.1 2-1 2.4M17 4.7l2.3 1.2V2.5l-2.3.7-.2-.2.9-3h-3.4l.9 3-.2.2c-.1.1-2.3-.7-2.3-.7v3.4L15 4.7c.1.1.1.2.2.2l-1.3 4c-.1.2-.1.4-.1.6 0 1.1.8 2 1.9 2.2h.7c1-.2 1.9-1.1 1.9-2.1 0-.2 0-.4-.1-.6l-1.3-4c-.1-.2 0-.2.1-.3m-7.6 5.7c.9.4 2-.1 2.4-1 .4-.9-.1-2-1-2.4-.9-.4-2 .1-2.4 1s0 2 1 2.4m-5 3c.9.4 2-.1 2.4-1 .4-.9-.1-2-1-2.4-.9-.4-2 .1-2.4 1s.1 2 1 2.4m-3.2 4.8c.9.4 2-.1 2.4-1 .4-.9-.1-2-1-2.4-.9-.4-2 .1-2.4 1s0 2 1 2.4m14.8 11c4.4 0 8.6.3 12.3.8 1.1-4.5 2.4-7 3.7-8.8l-2.5-.9c.2 1.3.3 1.9 0 2.7-.4-.4-.8-1.1-1.1-2.3l-1.2 4c.7-.5 1.3-.8 2-.9-1.1 2.5-2.6 3.1-3.5 3-1.1-.2-1.7-1.2-1.5-2.1.3-1.2 1.5-1.5 2.1-.1 1.1-2.3-.8-3-2-2.3 1.9-1.9 2.1-3.5.6-5.6-2.1 1.6-2.1 3.2-1.2 5.5-1.2-1.4-3.2-.6-2.5 1.6.9-1.4 2.1-.5 1.9.8-.2 1.1-1.7 2.1-3.5 1.9-2.7-.2-2.9-2.1-2.9-3.6.7-.1 1.9.5 2.9 1.9l.4-4.3c-1.1 1.1-2.1 1.4-3.2 1.4.4-1.2 2.1-3 2.1-3h-5.4s1.7 1.9 2.1 3c-1.1 0-2.1-.2-3.2-1.4l.4 4.3c1-1.4 2.2-2 2.9-1.9-.1 1.5-.2 3.4-2.9 3.6-1.9.2-3.4-.8-3.5-1.9-.2-1.3 1-2.2 1.9-.8.7-2.3-1.2-3-2.5-1.6.9-2.2.9-3.9-1.2-5.5-1.5 2-1.3 3.7.6 5.6-1.2-.7-3.1 0-2 2.3.6-1.4 1.8-1.1 2.1.1.2.9-.3 1.9-1.5 2.1-.9.2-2.4-.5-3.5-3 .6 0 1.2.3 2 .9l-1.2-4c-.3 1.1-.7 1.9-1.1 2.3-.3-.8-.2-1.4 0-2.7l-2.9.9C1.3 23 2.6 25.5 3.7 30c3.7-.5 7.9-.8 12.3-.8m28.3-11.6c0 .9.1 1.7.3 2.5.2.8.6 1.5 1 2.2.5.6 1 1.1 1.7 1.5.7.4 1.5.6 2.5.6.9 0 1.7-.1 2.3-.4s1.1-.7 1.5-1.1c.4-.4.6-.9.8-1.5.1-.5.2-1 .2-1.5v-.2h-5.3v-3.2h9.4V28H55v-2.5c-.3.4-.6.8-1 1.1-.4.3-.8.6-1.3.9-.5.2-1 .4-1.6.6s-1.2.2-1.8.2c-1.5 0-2.9-.3-4-.8-1.2-.6-2.2-1.3-3-2.3-.8-1-1.4-2.1-1.8-3.4-.3-1.4-.5-2.8-.5-4.3s.2-2.9.7-4.2c.5-1.3 1.1-2.4 2-3.4.9-1 1.9-1.7 3.1-2.3 1.2-.6 2.6-.8 4.1-.8 1 0 1.9.1 2.8.3.9.2 1.7.6 2.4 1s1.4.9 1.9 1.5c.6.6 1 1.3 1.4 2l-3.7 2.1c-.2-.4-.5-.9-.8-1.2-.3-.4-.6-.7-1-1-.4-.3-.8-.5-1.3-.7-.5-.2-1.1-.2-1.7-.2-1 0-1.8.2-2.5.6-.7.4-1.3.9-1.7 1.5-.5.6-.8 1.4-1 2.2-.3.8-.4 1.9-.4 2.7zM71.5 6.8c1.5 0 2.9.3 4.2.8 1.2.6 2.3 1.3 3.1 2.3.9 1 1.5 2.1 2 3.4s.7 2.7.7 4.2-.2 2.9-.7 4.2c-.4 1.3-1.1 2.4-2 3.4-.9 1-1.9 1.7-3.1 2.3-1.2.6-2.6.8-4.2.8s-2.9-.3-4.2-.8c-1.2-.6-2.3-1.3-3.1-2.3-.9-1-1.5-2.1-2-3.4-.4-1.3-.7-2.7-.7-4.2s.2-2.9.7-4.2c.4-1.3 1.1-2.4 2-3.4.9-1 1.9-1.7 3.1-2.3 1.2-.5 2.6-.8 4.2-.8zm0 17.6c.9 0 1.7-.2 2.4-.5s1.3-.8 1.7-1.4c.5-.6.8-1.3 1.1-2.2.2-.8.4-1.7.4-2.7v-.1c0-1-.1-1.9-.4-2.7-.2-.8-.6-1.6-1.1-2.2-.5-.6-1.1-1.1-1.7-1.4-.7-.3-1.5-.5-2.4-.5s-1.7.2-2.4.5-1.3.8-1.7 1.4c-.5.6-.8 1.3-1.1 2.2-.2.8-.4 1.7-.4 2.7v.1c0 1 .1 1.9.4 2.7.2.8.6 1.6 1.1 2.2.5.6 1.1 1.1 1.7 1.4.6.3 1.4.5 2.4.5zM88.9 28 83 7h4.7l4 15.7h.1l4-15.7h4.7l-5.9 21h-5.7zm28.8-3.6c.6 0 1.2-.1 1.7-.3.5-.2 1-.4 1.4-.8.4-.4.7-.8.9-1.4.2-.6.3-1.2.3-2v-13h4.1v13.6c0 1.2-.2 2.2-.6 3.1s-1 1.7-1.8 2.4c-.7.7-1.6 1.2-2.7 1.5-1 .4-2.2.5-3.4.5-1.2 0-2.4-.2-3.4-.5-1-.4-1.9-.9-2.7-1.5-.8-.7-1.3-1.5-1.8-2.4-.4-.9-.6-2-.6-3.1V6.9h4.2v13c0 .8.1 1.4.3 2 .2.6.5 1 .9 1.4.4.4.8.6 1.4.8.6.2 1.1.3 1.8.3zm13-17.4h4.2v9.1l7.4-9.1h5.2l-7.2 8.4L148 28h-4.9l-5.5-9.4-2.7 3V28h-4.2V7zm-27.6 16.1c-1.5 0-2.7 1.2-2.7 2.7s1.2 2.7 2.7 2.7 2.7-1.2 2.7-2.7-1.2-2.7-2.7-2.7z"></path> | ||
</svg> | ||
<span class="govuk-header__logotype-text"></span> | ||
</span> | ||
</a> | ||
</div> | ||
<div class="govuk-header__content"> | ||
<a class="govuk-header__link govuk-header__service-name" href="/">Apply for qualified teacher status</a> | ||
</div> | ||
</div> | ||
</header> | ||
<div class="govuk-width-container"> | ||
<main class="govuk-main-wrapper" id="main-content" role="main"> | ||
<div class="govuk-grid-row"> | ||
<div class="govuk-grid-column-two-thirds"> | ||
<h1 class="govuk-heading-l">This service is currently unavailable</h1> | ||
<p class="govuk-body">We're sorry the service is not available right now.</p> | ||
<p class="govuk-body">Try again later.</p> | ||
<p class="govuk-body">If you reached this page after submitting information then it has not been saved. You will need to enter it again when the service is available.</p> | ||
</div> | ||
</div> | ||
</main> | ||
</div> | ||
<footer role="contentinfo" class="govuk-footer govuk-!-display-none-print"> | ||
<div class="govuk-width-container"> | ||
<div class="govuk-footer__meta"> | ||
<div class="govuk-footer__meta-item govuk-footer__meta-item--grow"> | ||
<h2 class="govuk-heading-m">Get help</h2> | ||
<p class="govuk-body-s govuk-!-margin-bottom-1">Call 0800 389 2500 or <a class="govuk-link govuk-footer__link" href="https://getintoteaching.education.gov.uk/help-and-support?utm_source=apply-for-teacher-training.service.gov.uk&utm_medium=referral&utm_campaign=candidate_interface%2Fstart_page-create_account_or_sign_in&utm_content=candidate_not_logged_in">chat online</a>.</p> | ||
<p class="govuk-body-s govuk-!-margin-bottom-1">Monday to Friday, 8:30am to 5:30pm (except public holidays)</p> | ||
</div> | ||
<div class="govuk-footer__meta-item"> | ||
<a class="govuk-footer__link govuk-footer__copyright-logo govuk-!-margin-bottom-1" href="https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/">© Crown copyright</a> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
maintenance_page/html/stylesheets/govuk-frontend-5.3.1.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
31 changes: 31 additions & 0 deletions
31
maintenance_page/manifests/maintenance/deployment_maintenance.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: apply-for-qts-maintenance | ||
labels: | ||
app: apply-for-qts-maintenance | ||
spec: | ||
replicas: 2 | ||
selector: | ||
matchLabels: | ||
app: apply-for-qts-maintenance | ||
template: | ||
metadata: | ||
labels: | ||
app: apply-for-qts-maintenance | ||
spec: | ||
nodeSelector: | ||
teacherservices.cloud/node_pool: applications | ||
kubernetes.io/os: linux | ||
containers: | ||
- name: apply-for-qts-maintenance | ||
image: ghcr.io/dfe-digital/apply-for-qualified-teacher-status-maintenance:dummy-tag | ||
ports: | ||
- containerPort: 8080 | ||
resources: | ||
requests: | ||
memory: 64M | ||
cpu: 0.1 | ||
limits: | ||
memory: 64M | ||
cpu: 1 |
31 changes: 31 additions & 0 deletions
31
maintenance_page/manifests/maintenance/deployment_maintenance.yml.tmpl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: apply-for-qts-maintenance | ||
labels: | ||
app: apply-for-qts-maintenance | ||
spec: | ||
replicas: 2 | ||
selector: | ||
matchLabels: | ||
app: apply-for-qts-maintenance | ||
template: | ||
metadata: | ||
labels: | ||
app: apply-for-qts-maintenance | ||
spec: | ||
nodeSelector: | ||
teacherservices.cloud/node_pool: applications | ||
kubernetes.io/os: linux | ||
containers: | ||
- name: apply-for-qts-maintenance | ||
image: ghcr.io/dfe-digital/apply-for-qualified-teacher-status-maintenance:#MAINTENANCE_IMAGE_TAG# | ||
ports: | ||
- containerPort: 8080 | ||
resources: | ||
requests: | ||
memory: 64M | ||
cpu: 0.1 | ||
limits: | ||
memory: 64M | ||
cpu: 1 |
12 changes: 12 additions & 0 deletions
12
maintenance_page/manifests/maintenance/service_maintenance.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
name: apply-for-qts-maintenance | ||
spec: | ||
selector: | ||
app: apply-for-qts-maintenance | ||
ports: | ||
- protocol: TCP | ||
port: 80 | ||
targetPort: 8080 |
16 changes: 16 additions & 0 deletions
16
maintenance_page/manifests/production/ingress_external_to_main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
apiVersion: networking.k8s.io/v1 | ||
kind: Ingress | ||
metadata: | ||
name: apply-for-qts-in-england.education.gov.uk | ||
spec: | ||
ingressClassName: nginx | ||
rules: | ||
- host: apply-for-qts-in-england.education.gov.uk | ||
http: | ||
paths: | ||
- pathType: ImplementationSpecific | ||
backend: | ||
service: | ||
name: apply-for-qts-production | ||
port: | ||
number: 80 |
16 changes: 16 additions & 0 deletions
16
maintenance_page/manifests/production/ingress_external_to_maintenance.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
apiVersion: networking.k8s.io/v1 | ||
kind: Ingress | ||
metadata: | ||
name: #DNS_ZONE_NAME# | ||
spec: | ||
ingressClassName: nginx | ||
rules: | ||
- host: #DNS_ZONE_NAME# | ||
http: | ||
paths: | ||
- pathType: ImplementationSpecific | ||
backend: | ||
service: | ||
name: apply-for-qts-maintenance | ||
port: | ||
number: 80 |
16 changes: 16 additions & 0 deletions
16
maintenance_page/manifests/production/ingress_internal_to_main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
apiVersion: networking.k8s.io/v1 | ||
kind: Ingress | ||
metadata: | ||
name: apply-for-qts-production.teacherservices.cloud | ||
spec: | ||
ingressClassName: nginx | ||
rules: | ||
- host: apply-for-qts-production.teacherservices.cloud | ||
http: | ||
paths: | ||
- pathType: ImplementationSpecific | ||
backend: | ||
service: | ||
name: apply-for-qts-production | ||
port: | ||
number: 80 |
16 changes: 16 additions & 0 deletions
16
maintenance_page/manifests/production/ingress_internal_to_maintenance.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
apiVersion: networking.k8s.io/v1 | ||
kind: Ingress | ||
metadata: | ||
name: apply-for-qts-production.teacherservices.cloud | ||
spec: | ||
ingressClassName: nginx | ||
rules: | ||
- host: apply-for-qts-production.teacherservices.cloud | ||
http: | ||
paths: | ||
- pathType: ImplementationSpecific | ||
backend: | ||
service: | ||
name: apply-for-qts-maintenance | ||
port: | ||
number: 80 |
16 changes: 16 additions & 0 deletions
16
maintenance_page/manifests/production/ingress_maintenance.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
apiVersion: networking.k8s.io/v1 | ||
kind: Ingress | ||
metadata: | ||
name: apply-for-qts-maintenance.teacherservices.cloud | ||
spec: | ||
ingressClassName: nginx | ||
rules: | ||
- host: apply-for-qts-maintenance.teacherservices.cloud | ||
http: | ||
paths: | ||
- pathType: ImplementationSpecific | ||
backend: | ||
service: | ||
name: apply-for-qts-maintenance | ||
port: | ||
number: 80 |
Oops, something went wrong.