Skip to content
Snippets Groups Projects
Commit 7ceab3f6 authored by Sonja Happ's avatar Sonja Happ
Browse files

Update frontend-new deployment: Docker image tag and container port

parent 95a2bd37
No related branches found
No related tags found
No related merge requests found
......@@ -17,14 +17,19 @@ spec:
app.kubernetes.io/part-of: villas-web
spec:
containers:
- image: registry.git.rwth-aachen.de/acs/public/villas/web:latest
- image: registry.git.rwth-aachen.de/acs/public/villas/web:6f3cbf27
name: frontend-new
ports:
- name: http
containerPort: 80
- containerPort: 5000
name: http
protocol: TCP
livenessProbe:
failureThreshold: 3
httpGet:
path: /
port: 80
scheme: HTTP
initialDelaySeconds: 3
periodSeconds: 3
successThreshold: 1
timeoutSeconds: 1
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