Skip to content

Commit

Permalink
chore: point all catalog-related hosts to nginx-catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
valosnah committed Dec 10, 2024
1 parent d6ff3d6 commit db04f32
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions helm-sources-demo/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
pathType: ImplementationSpecific
backend:
service:
name: concept-catalog
name: nginx-catalog
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_SSO" .Values.HOSTNAME_SSO }}
Expand Down Expand Up @@ -157,7 +157,7 @@ spec:
pathType: ImplementationSpecific
backend:
service:
name: fdk-nginx-dataservices
name: nginx-catalog
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_TERMS_AND_CONDITIONS" .Values.HOSTNAME_TERMS_AND_CONDITIONS }}
Expand All @@ -167,7 +167,7 @@ spec:
pathType: ImplementationSpecific
backend:
service:
name: terms-and-conditions
name: nginx-catalog
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_ORGANIZATION_BFF" .Values.HOSTNAME_ORGANIZATION_BFF }}
Expand Down Expand Up @@ -207,7 +207,7 @@ spec:
pathType: ImplementationSpecific
backend:
service:
name: dataset-catalog
name: nginx-catalog
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_INFORMATIONMODEL_HARVESTER" .Values.HOSTNAME_INFORMATIONMODEL_HARVESTER }}
Expand Down Expand Up @@ -257,6 +257,6 @@ spec:
pathType: ImplementationSpecific
backend:
service:
name: catalog-comments-service
name: nginx-catalog
port:
number: 8080
10 changes: 5 additions & 5 deletions helm-sources-staging/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
pathType: ImplementationSpecific
backend:
service:
name: concept-catalog
name: nginx-catalog
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_SSO" .Values.HOSTNAME_SSO }}
Expand Down Expand Up @@ -157,7 +157,7 @@ spec:
pathType: ImplementationSpecific
backend:
service:
name: fdk-nginx-dataservices
name: nginx-catalog
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_TERMS_AND_CONDITIONS" .Values.HOSTNAME_TERMS_AND_CONDITIONS }}
Expand All @@ -167,7 +167,7 @@ spec:
pathType: ImplementationSpecific
backend:
service:
name: terms-and-conditions
name: nginx-catalog
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_ORGANIZATION_BFF" .Values.HOSTNAME_ORGANIZATION_BFF }}
Expand Down Expand Up @@ -207,7 +207,7 @@ spec:
pathType: ImplementationSpecific
backend:
service:
name: dataset-catalog
name: nginx-catalog
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_INFORMATIONMODEL_HARVESTER" .Values.HOSTNAME_INFORMATIONMODEL_HARVESTER }}
Expand Down Expand Up @@ -267,6 +267,6 @@ spec:
pathType: ImplementationSpecific
backend:
service:
name: catalog-comments-service
name: nginx-catalog
port:
number: 8080
16 changes: 8 additions & 8 deletions helm-sources/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
pathType: ImplementationSpecific
backend:
service:
name: concept-catalog
name: nginx-catalog
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_SSO" .Values.HOSTNAME_SSO }}
Expand Down Expand Up @@ -187,7 +187,7 @@ spec:
pathType: ImplementationSpecific
backend:
service:
name: fdk-nginx-dataservices
name: nginx-catalog
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_TERMS_AND_CONDITIONS" .Values.HOSTNAME_TERMS_AND_CONDITIONS }}
Expand All @@ -197,7 +197,7 @@ spec:
pathType: ImplementationSpecific
backend:
service:
name: terms-and-conditions
name: nginx-catalog
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_ORGANIZATION_BFF" .Values.HOSTNAME_ORGANIZATION_BFF }}
Expand Down Expand Up @@ -237,7 +237,7 @@ spec:
pathType: ImplementationSpecific
backend:
service:
name: dataset-catalog
name: nginx-catalog
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_INFORMATIONMODEL_HARVESTER" .Values.HOSTNAME_INFORMATIONMODEL_HARVESTER }}
Expand Down Expand Up @@ -297,7 +297,7 @@ spec:
pathType: ImplementationSpecific
backend:
service:
name: catalog-comments-service
name: nginx-catalog
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_FDK_CMS_SERVICE" .Values.HOSTNAME_FDK_CMS_SERVICE }}
Expand Down Expand Up @@ -397,7 +397,7 @@ spec:
pathType: ImplementationSpecific
backend:
service:
name: prod-nginx-ingress-nginx-controller
name: nginx-catalog
port:
number: 80
- host: {{ required "Missing value HOSTNAME_CONCEPT_CATALOG_FRONTEND" .Values.HOSTNAME_CONCEPT_CATALOG_FRONTEND }}
Expand All @@ -417,7 +417,7 @@ spec:
pathType: ImplementationSpecific
backend:
service:
name: prod-nginx-ingress-nginx-controller
name: nginx-catalog
port:
number: 80
- host: {{ required "Missing value HOSTNAME_API_ACCESS_REQUEST" .Values.HOSTNAME_API_ACCESS_REQUEST }}
Expand Down Expand Up @@ -447,7 +447,7 @@ spec:
pathType: ImplementationSpecific
backend:
service:
name: prod-nginx-ingress-nginx-controller
name: nginx-catalog
port:
number: 80
- host: {{ required "Missing value HOSTNAME_SERVICE_CATALOG_GUI" .Values.HOSTNAME_SERVICE_CATALOG_GUI }}
Expand Down

0 comments on commit db04f32

Please sign in to comment.