mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-19 01:56:18 +10:00
Merge branch 'mean-probes'
This commit is contained in:
@@ -100,18 +100,15 @@ spec:
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8080
|
||||
port: http
|
||||
initialDelaySeconds: 180
|
||||
periodSeconds: 5
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 10
|
||||
readinessProbe:
|
||||
exec:
|
||||
command:
|
||||
- nc
|
||||
- -zv
|
||||
- {{ template "mongodb.fullname" . }}
|
||||
- "27017"
|
||||
httpGet:
|
||||
path: /
|
||||
port: http
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 5
|
||||
timeoutSeconds: 1
|
||||
|
||||
@@ -12,6 +12,6 @@ spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
targetPort: 8080
|
||||
targetPort: http
|
||||
selector:
|
||||
app: {{ template "fullname" . }}
|
||||
|
||||
Reference in New Issue
Block a user