mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Point web service to backend of internal network
This commit is contained in:
parent
c6661def31
commit
7b981c06d0
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
kind: ConfigMap
|
||||
data:
|
||||
GRAPHQL_PORT: "4000"
|
||||
GRAPHQL_URI: "https://api-nitro-staging.human-connection.org"
|
||||
GRAPHQL_URI: "http://nitro-backend.staging:4000"
|
||||
MOCK: "false"
|
||||
metadata:
|
||||
name: staging-backend
|
||||
|
||||
@ -13,8 +13,4 @@ spec:
|
||||
selector:
|
||||
workload.user.cattle.io/workloadselector: deployment-staging-backend
|
||||
type: LoadBalancer
|
||||
sessionAffinity: None
|
||||
externalTrafficPolicy: Cluster
|
||||
status:
|
||||
loadBalancer: {}
|
||||
|
||||
|
||||
@ -6,8 +6,6 @@ metadata:
|
||||
labels:
|
||||
workload.user.cattle.io/workloadselector: deployment-staging-neo4j
|
||||
spec:
|
||||
selector:
|
||||
workload.user.cattle.io/workloadselector: deployment-staging-neo4j
|
||||
ports:
|
||||
- name: bolt
|
||||
port: 7687
|
||||
@ -15,7 +13,7 @@ spec:
|
||||
- name: web
|
||||
port: 7474
|
||||
targetPort: 7474
|
||||
type: LoadBalancer
|
||||
sessionAffinity: None
|
||||
selector:
|
||||
workload.user.cattle.io/workloadselector: deployment-staging-neo4j
|
||||
type: ClusterIP
|
||||
|
||||
|
||||
@ -13,8 +13,4 @@ spec:
|
||||
selector:
|
||||
workload.user.cattle.io/workloadselector: deployment-staging-web
|
||||
type: LoadBalancer
|
||||
sessionAffinity: None
|
||||
externalTrafficPolicy: Cluster
|
||||
status:
|
||||
loadBalancer: {}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user