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
9d85c59734
commit
e828a94dab
1 changed files
with
1 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-7
hommer-deployment.yml
+ 1
- 7
hommer-deployment.yml
View File
@ -14,16 +14,10 @@ spec:
labels:
app
:
hommer
spec:
# This is CRUCIAL for the livenessProbe on initContainers
restartPolicy
:
Always
volumes:
-
name
:
git-repo-volume
emptyDir
:
{}
# - name: config-volume
# configMap:
# name: homer-config
# Define init container
initContainers:
-
name
:
git-cloner
image
:
alpine/git:latest
@ -52,7 +46,7 @@ spec:
initialDelaySeconds
:
10
periodSeconds
:
10
timeoutSeconds
:
5
failureThreshold
:
3
failureThreshold
:
15
---
apiVersion
:
v1
Write
Preview
Loading…
Cancel
Save