- Opzet cluster werkt
- Opstart redis en minio werkt - Bezig om eigenlijke apps op te starten ... werkt nog niet.
This commit is contained in:
@@ -38,6 +38,7 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
app: eveai-app
|
||||
tier: frontend
|
||||
spec:
|
||||
containers:
|
||||
- name: eveai-app
|
||||
@@ -58,7 +59,7 @@ spec:
|
||||
mountPath: /app/logs
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthz/ready
|
||||
path: /
|
||||
port: 5001
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 30
|
||||
@@ -66,7 +67,7 @@ spec:
|
||||
failureThreshold: 3
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /healthz/ready
|
||||
path: /
|
||||
port: 5001
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
@@ -95,11 +96,10 @@ metadata:
|
||||
labels:
|
||||
app: eveai-app
|
||||
spec:
|
||||
type: NodePort
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 5001
|
||||
targetPort: 5001
|
||||
nodePort: 30001 # Maps to host port 3001
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: eveai-app
|
||||
@@ -123,6 +123,7 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
app: eveai-api
|
||||
tier: frontend
|
||||
spec:
|
||||
containers:
|
||||
- name: eveai-api
|
||||
@@ -143,7 +144,7 @@ spec:
|
||||
mountPath: /app/logs
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthz/ready
|
||||
path: /
|
||||
port: 5003
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 30
|
||||
@@ -151,7 +152,7 @@ spec:
|
||||
failureThreshold: 3
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /healthz/ready
|
||||
path: /
|
||||
port: 5003
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
@@ -180,11 +181,10 @@ metadata:
|
||||
labels:
|
||||
app: eveai-api
|
||||
spec:
|
||||
type: NodePort
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 5003
|
||||
targetPort: 5003
|
||||
nodePort: 30003 # Maps to host port 3003
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: eveai-api
|
||||
@@ -208,6 +208,7 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
app: eveai-chat-client
|
||||
tier: frontend
|
||||
spec:
|
||||
containers:
|
||||
- name: eveai-chat-client
|
||||
@@ -228,7 +229,7 @@ spec:
|
||||
mountPath: /app/logs
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthz/ready
|
||||
path: /
|
||||
port: 5004
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 30
|
||||
@@ -236,7 +237,7 @@ spec:
|
||||
failureThreshold: 3
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /healthz/ready
|
||||
path: /
|
||||
port: 5004
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
@@ -265,11 +266,10 @@ metadata:
|
||||
labels:
|
||||
app: eveai-chat-client
|
||||
spec:
|
||||
type: NodePort
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 5004
|
||||
targetPort: 5004
|
||||
nodePort: 30004 # Maps to host port 3004
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: eveai-chat-client
|
||||
@@ -289,10 +289,12 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: eveai-workers
|
||||
tier: backend
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: eveai-workers
|
||||
tier: backend
|
||||
spec:
|
||||
containers:
|
||||
- name: eveai-workers
|
||||
@@ -338,10 +340,12 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: eveai-chat-workers
|
||||
tier: backend
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: eveai-chat-workers
|
||||
tier: backend
|
||||
spec:
|
||||
containers:
|
||||
- name: eveai-chat-workers
|
||||
@@ -387,10 +391,12 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: eveai-beat
|
||||
tier: backend
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: eveai-beat
|
||||
tier: backend
|
||||
spec:
|
||||
containers:
|
||||
- name: eveai-beat
|
||||
@@ -438,6 +444,7 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
app: eveai-entitlements
|
||||
tier: backend
|
||||
spec:
|
||||
containers:
|
||||
- name: eveai-entitlements
|
||||
|
||||
Reference in New Issue
Block a user