Skip to content

Commit

Permalink
build(deployment): take 2 at removing the cloudplatform url (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispymm authored Sep 18, 2024
1 parent 16d7ce2 commit 10e3047
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions kubernetes-deploy-production.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,10 @@ metadata:
spec:
ingressClassName: default
tls:
- hosts:
- ${KUBE_NAMESPACE}-${BRANCH}.apps.live.cloud-platform.service.justice.gov.uk
- hosts:
- design-patterns.service.justice.gov.uk
secretName: moj-frontend-prod-secret
rules:
- host: ${KUBE_NAMESPACE}-${BRANCH}.apps.live.cloud-platform.service.justice.gov.uk
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: moj-frontend-service-${BRANCH}
port:
number: 3000
- host: design-patterns.service.justice.gov.uk
http:
paths:
Expand Down

0 comments on commit 10e3047

Please sign in to comment.