Skip to content
Snippets Groups Projects
Commit 2cdd50dc authored by Matteo's avatar Matteo
Browse files

20210521 Matteo: Edit services type to ClusterIP and mongo service name

parent 579aca41
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ metadata:
app: fdp
tier: blazegrah
spec:
type: LoadBalancer
type: ClusterIP
ports:
- protocol: TCP
port: 8888
......
......@@ -7,9 +7,9 @@ metadata:
app: fdp
tier: back
spec:
type: LoadBalancer
externalIPs:
- 51.178.69.94
type: ClusterIP
#externalIPs:
# - 51.178.69.94
ports:
- protocol: TCP
port: 80
......
......@@ -7,7 +7,7 @@ metadata:
app: fdp
tier: front
spec:
type: LoadBalancer
type: ClusterIP
ports:
- protocol: TCP
port: 80
......
......@@ -7,7 +7,7 @@ metadata:
app: ffds
tier: api
spec:
type: LoadBalancer
type: ClusterIP
ports:
- protocol: TCP
port: 80
......
......@@ -7,7 +7,7 @@ metadata:
app: fdp
tier: register-front
spec:
type: LoadBalancer
type: ClusterIP
ports:
- protocol: TCP
port: 80
......
......@@ -4,10 +4,10 @@ metadata:
labels:
app: fdp
tier: mongo
name: mongo
name: mongo2
namespace: f2ds
spec:
type: LoadBalancer
type: ClusterIP
ports:
- name: "27017"
port: 27017
......
......@@ -7,7 +7,7 @@ metadata:
app: fdp
tier: back
spec:
type: LoadBalancer
type: ClusterIP
ports:
- protocol: TCP
port: 8080
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment