Skip to content

Commit

Permalink
Comment out ingress rule (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
murdo-moj authored Aug 1, 2024
1 parent a2a04ef commit c21cdd7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions deployments/templates/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ spec:
name: find-moj-data-service # this should match the metadata.name in service.yml
port:
number: 80
- host: ${EXTERNAL_DOMAIN_PREFIX}find-moj-data.service.justice.gov.uk
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: find-moj-data-service # this should match the metadata.name in service.yml
port:
number: 80
# - host: ${EXTERNAL_DOMAIN_PREFIX}find-moj-data.service.justice.gov.uk
# http:
# paths:
# - path: /
# pathType: ImplementationSpecific
# backend:
# service:
# name: find-moj-data-service # this should match the metadata.name in service.yml
# port:
# number: 80

0 comments on commit c21cdd7

Please sign in to comment.