Skip to content

Commit

Permalink
chore: remove publishers host
Browse files Browse the repository at this point in the history
  • Loading branch information
valosnah committed Jan 8, 2024
1 parent debf72f commit e376974
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 30 deletions.
10 changes: 0 additions & 10 deletions helm-sources-demo/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,16 +270,6 @@ spec:
name: dcat-ap-no-validator-service
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_FDK_PUBLISHERS" .Values.HOSTNAME_FDK_PUBLISHERS }}
http:
paths:
- path: /*
pathType: ImplementationSpecific
backend:
service:
name: fdk-nginx-publishers
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_CONCEPT_HARVESTER" .Values.HOSTNAME_CONCEPT_HARVESTER }}
http:
paths:
Expand Down
10 changes: 0 additions & 10 deletions helm-sources-staging/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,16 +280,6 @@ spec:
name: dcat-ap-no-validator-service
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_FDK_PUBLISHERS" .Values.HOSTNAME_FDK_PUBLISHERS }}
http:
paths:
- path: /*
pathType: ImplementationSpecific
backend:
service:
name: fdk-nginx-publishers
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_CONCEPT_HARVESTER" .Values.HOSTNAME_CONCEPT_HARVESTER }}
http:
paths:
Expand Down
10 changes: 0 additions & 10 deletions helm-sources/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300,16 +300,6 @@ spec:
name: dcat-ap-no-validator-service
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_FDK_PUBLISHERS" .Values.HOSTNAME_FDK_PUBLISHERS }}
http:
paths:
- path: /*
pathType: ImplementationSpecific
backend:
service:
name: fdk-nginx-publishers
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_CONCEPT_HARVESTER" .Values.HOSTNAME_CONCEPT_HARVESTER }}
http:
paths:
Expand Down

0 comments on commit e376974

Please sign in to comment.