Add liveness probe
This commit is contained in:
		@@ -29,3 +29,9 @@ spec:
 | 
			
		||||
                  name: toy-session-secret
 | 
			
		||||
                  key: toy-session-secret
 | 
			
		||||
                  optional: true
 | 
			
		||||
          livenessProbe:
 | 
			
		||||
            httpGet:
 | 
			
		||||
              path: /livez
 | 
			
		||||
              port: 4567
 | 
			
		||||
            initialDelaySeconds: 3
 | 
			
		||||
            periodSeconds: 3
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user