From a47f4c4c9b40d9b04740d7a426d993583171a653 Mon Sep 17 00:00:00 2001 From: anpham Date: Mon, 21 Jul 2025 02:54:22 +0000 Subject: [PATCH] Update 'hommer-deployment.yml' --- hommer-deployment.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/hommer-deployment.yml b/hommer-deployment.yml index 9674d37..28e5e3b 100644 --- a/hommer-deployment.yml +++ b/hommer-deployment.yml @@ -42,6 +42,24 @@ spec: # mountPath: /www/assets ports: - containerPort: 8080 + containers: + - name: hommer + image: b4bz/homer:v23.09.1 + volumeMounts: + - name: git-repo-volume + mountPath: /www/assets + subPath: Homepage-Dashboard/assets + ports: + - containerPort: 8080 + livenessProbe: + httpGet: + path: / + port: 8080 + initialDelaySeconds: 10 + periodSeconds: 10 + timeoutSeconds: 5 + failureThreshold: 3 + --- apiVersion: v1 kind: Service