Skip to content

Commit

Permalink
Changing to point to port 8080, where the next Nginx sidecar will listen
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHilt committed Mar 20, 2024
1 parent 8f2e02d commit 9ff2fd0
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 18 deletions.
3 changes: 1 addition & 2 deletions kube/services/audit-service/audit-service-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ spec:
ports:
- protocol: TCP
port: 80
targetPort: 80
targetPort: 8080
name: http
type: ClusterIP

7 changes: 3 additions & 4 deletions kube/services/indexd/indexd-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ spec:
ports:
- protocol: TCP
port: 80
targetPort: 80
targetPort: 8080
name: http
nodePort: null
- protocol: TCP
port: 443
- protocol: TCP
port: 443
targetPort: 443
name: https
nodePort: null
type: ClusterIP

4 changes: 2 additions & 2 deletions kube/services/manifestservice/manifestservice-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ spec:
ports:
- protocol: TCP
port: 80
targetPort: 80
targetPort: 8080
name: https
type: ClusterIP
type: ClusterIP
3 changes: 1 addition & 2 deletions kube/services/metadata/metadata-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ spec:
ports:
- protocol: TCP
port: 80
targetPort: 80
targetPort: 8080
name: http
type: ClusterIP

6 changes: 3 additions & 3 deletions kube/services/peregrine/peregrine-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ spec:
ports:
- protocol: TCP
port: 80
targetPort: 80
targetPort: 8080
name: http
- protocol: TCP
port: 443
- protocol: TCP
port: 443
targetPort: 443
name: https
type: ClusterIP
3 changes: 1 addition & 2 deletions kube/services/requestor/requestor-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ spec:
ports:
- protocol: TCP
port: 80
targetPort: 80
targetPort: 8080
name: http
type: ClusterIP

3 changes: 1 addition & 2 deletions kube/services/sheepdog/sheepdog-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
ports:
- protocol: TCP
port: 80
targetPort: 80
targetPort: 8080
name: http
nodePort: null
- protocol: TCP
Expand All @@ -18,4 +18,3 @@ spec:
name: https
nodePort: null
type: ClusterIP

2 changes: 1 addition & 1 deletion kube/services/wts/wts-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
ports:
- protocol: TCP
port: 80
targetPort: 80
targetPort: 8080
name: http
- protocol: TCP
port: 443
Expand Down

0 comments on commit 9ff2fd0

Please sign in to comment.