Skip to content

Commit

Permalink
Merge pull request #375 from helium/feat/service-type-update
Browse files Browse the repository at this point in the history
Changing service type to ClusterIP in web-sdlc
  • Loading branch information
deasydoesit authored Jun 20, 2024
2 parents 24452e2 + ba3888a commit 3602133
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ spec:
selector:
app: account-postgres-sink-service
sessionAffinity: None
type: LoadBalancer
type: ClusterIP
---
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand Down
2 changes: 1 addition & 1 deletion manifests/web-cluster/sdlc/helium/ecc-verifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
selector:
app: ecc-verifier
sessionAffinity: None
type: LoadBalancer
type: ClusterIP
---
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand Down
2 changes: 1 addition & 1 deletion manifests/web-cluster/sdlc/helium/fanout-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
selector:
app: fanout-metadata
sessionAffinity: None
type: LoadBalancer
type: ClusterIP
---
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand Down
2 changes: 1 addition & 1 deletion manifests/web-cluster/sdlc/helium/faucet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
selector:
app: faucet
sessionAffinity: None
type: LoadBalancer
type: ClusterIP
---
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand Down
2 changes: 1 addition & 1 deletion manifests/web-cluster/sdlc/helium/hnt-to-rent-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
selector:
app: hnt-to-rent
sessionAffinity: None
type: LoadBalancer
type: ClusterIP
---
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand Down
2 changes: 1 addition & 1 deletion manifests/web-cluster/sdlc/helium/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
selector:
app: metadata
sessionAffinity: None
type: LoadBalancer
type: ClusterIP
---
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand Down
2 changes: 1 addition & 1 deletion manifests/web-cluster/sdlc/helium/migration-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
selector:
app: migration-service
sessionAffinity: None
type: LoadBalancer
type: ClusterIP
---
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand Down
2 changes: 1 addition & 1 deletion manifests/web-cluster/sdlc/helium/onboarding-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
selector:
app: onboarding-server
sessionAffinity: None
type: LoadBalancer
type: ClusterIP
---
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand Down
2 changes: 1 addition & 1 deletion manifests/web-cluster/sdlc/helium/solana-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
selector:
app: solana-monitor
sessionAffinity: None
type: LoadBalancer
type: ClusterIP
---
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
selector:
app: tokens-to-rent
sessionAffinity: None
type: LoadBalancer
type: ClusterIP
---
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand Down
2 changes: 1 addition & 1 deletion manifests/web-cluster/sdlc/helium/vsr-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
selector:
app: vsr-metadata
sessionAffinity: None
type: LoadBalancer
type: ClusterIP
---
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand Down

0 comments on commit 3602133

Please sign in to comment.