You've already forked postfixadmin-charts
							
							fix: httpPath of liveness and readyness probe
This commit is contained in:
		@@ -38,11 +38,11 @@ spec:
 | 
				
			|||||||
              protocol: TCP
 | 
					              protocol: TCP
 | 
				
			||||||
          livenessProbe:
 | 
					          livenessProbe:
 | 
				
			||||||
            httpGet:
 | 
					            httpGet:
 | 
				
			||||||
              path: /
 | 
					              path: /login.php
 | 
				
			||||||
              port: http
 | 
					              port: http
 | 
				
			||||||
          readinessProbe:
 | 
					          readinessProbe:
 | 
				
			||||||
            httpGet:
 | 
					            httpGet:
 | 
				
			||||||
              path: /
 | 
					              path: /login.php
 | 
				
			||||||
              port: http
 | 
					              port: http
 | 
				
			||||||
          resources:
 | 
					          resources:
 | 
				
			||||||
            {{- toYaml .Values.resources | nindent 12 }}
 | 
					            {{- toYaml .Values.resources | nindent 12 }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user