This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
DurianLAB
/
Homepage-Dashboard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Update 'hommer-deployment.yml'
master
anpham
1 week ago
parent
f6142d5bfc
commit
a47f4c4c9b
1 changed files
with
18 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+18
-0
hommer-deployment.yml
+ 18
- 0
hommer-deployment.yml
View File
@ -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
Write
Preview
Loading…
Cancel
Save