Browse Source

Update 'hommer-deployment.yml'

master
anpham 1 week ago
parent
commit
e828a94dab
1 changed files with 1 additions and 7 deletions
  1. +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


Loading…
Cancel
Save