Skip to content

Commit

Permalink
chore: removed old host for concept-catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
valosnah committed Nov 26, 2024
1 parent 8d8f9fb commit d6ff3d6
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 @@ -50,16 +50,6 @@ spec:
name: concept-catalog-gui
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_CONCEPT_CATALOGUE" .Values.HOSTNAME_CONCEPT_CATALOGUE }}
http:
paths:
- path: /*
pathType: ImplementationSpecific
backend:
service:
name: concept-catalog
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_CONCEPT_CATALOG" .Values.HOSTNAME_CONCEPT_CATALOG }}
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 @@ -50,16 +50,6 @@ spec:
name: concept-catalog-gui
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_CONCEPT_CATALOGUE" .Values.HOSTNAME_CONCEPT_CATALOGUE }}
http:
paths:
- path: /*
pathType: ImplementationSpecific
backend:
service:
name: concept-catalog
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_CONCEPT_CATALOG" .Values.HOSTNAME_CONCEPT_CATALOG }}
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 @@ -70,16 +70,6 @@ spec:
name: concept-catalog-gui
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_CONCEPT_CATALOGUE" .Values.HOSTNAME_CONCEPT_CATALOGUE }}
http:
paths:
- path: /*
pathType: ImplementationSpecific
backend:
service:
name: concept-catalog
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_CONCEPT_CATALOG" .Values.HOSTNAME_CONCEPT_CATALOG }}
http:
paths:
Expand Down

0 comments on commit d6ff3d6

Please sign in to comment.