diff --git a/.k8s/deployment-server.yaml b/.k8s/deployment-server.yaml
index 34ed45ea..41c2cda3 100644
--- a/.k8s/deployment-server.yaml
+++ b/.k8s/deployment-server.yaml
@@ -39,18 +39,18 @@ spec:
httpGet:
path: /actuator/health
port: 8080
- initialDelaySeconds: 10
+ initialDelaySeconds: 30
timeoutSeconds: 2
periodSeconds: 3
failureThreshold: 1
livenessProbe:
- httpGet:
- path: /actuator/health
- port: 8080
- initialDelaySeconds: 20
- timeoutSeconds: 2
- periodSeconds: 8
- failureThreshold: 1
+ httpGet:
+ path: /actuator/health
+ port: 8080
+ initialDelaySeconds: 30
+ timeoutSeconds: 2
+ periodSeconds: 8
+ failureThreshold: 1
- name: cloudsql-proxy
image: gcr.io/cloudsql-docker/gce-proxy:1.14
command: ["/cloud_sql_proxy",
diff --git a/client/src/components/LandingPage.vue b/client/src/components/LandingPage.vue
index 2eddcfe1..c9ea981f 100644
--- a/client/src/components/LandingPage.vue
+++ b/client/src/components/LandingPage.vue
@@ -7,6 +7,7 @@
src="../assets/logo.png"
aspect-ratio="1.7"
style="vertical-align: middle"
+ height="140"
/>
Schnell. Einfach. Zuverlässig.
@@ -36,12 +37,10 @@
-