Skip to content

Commit

Permalink
update periodseconds to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnitzel committed Jun 1, 2019
1 parent 5d85dae commit 28788b6
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,12 @@ objects:
tcpSocket:
port: 9000
initialDelaySeconds: 2
periodSeconds: 5
periodSeconds: 10
livenessProbe:
tcpSocket:
port: 9000
initialDelaySeconds: 60
periodSeconds: 5
periodSeconds: 10
envFrom:
- configMapRef:
name: lagoon-env
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ objects:
tcpSocket:
port: 9000
initialDelaySeconds: 2
periodSeconds: 5
periodSeconds: 10
livenessProbe:
tcpSocket:
port: 9000
initialDelaySeconds: 60
periodSeconds: 5
periodSeconds: 10
envFrom:
- configMapRef:
name: lagoon-env
Expand Down Expand Up @@ -189,7 +189,7 @@ objects:
tcpSocket:
port: 6379
initialDelaySeconds: 120
periodSeconds: 5
periodSeconds: 10
envFrom:
- configMapRef:
name: lagoon-env
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ objects:
tcpSocket:
port: 9000
initialDelaySeconds: 2
periodSeconds: 5
periodSeconds: 10
livenessProbe:
tcpSocket:
port: 9000
initialDelaySeconds: 60
periodSeconds: 5
periodSeconds: 10
envFrom:
- configMapRef:
name: lagoon-env
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ objects:
tcpSocket:
port: 3000
initialDelaySeconds: 60
periodSeconds: 5
periodSeconds: 10
envFrom:
- configMapRef:
name: lagoon-env
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ objects:
tcpSocket:
port: 3000
initialDelaySeconds: 60
periodSeconds: 5
periodSeconds: 10
envFrom:
- configMapRef:
name: lagoon-env
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ objects:
tcpSocket:
port: 6379
initialDelaySeconds: 120
periodSeconds: 5
periodSeconds: 10
envFrom:
- configMapRef:
name: lagoon-env
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ objects:
tcpSocket:
port: 6379
initialDelaySeconds: 120
periodSeconds: 5
periodSeconds: 10
envFrom:
- configMapRef:
name: lagoon-env
Expand Down

0 comments on commit 28788b6

Please sign in to comment.