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
 | 
			
		||||
          livenessProbe:
 | 
			
		||||
            httpGet:
 | 
			
		||||
              path: /
 | 
			
		||||
              path: /login.php
 | 
			
		||||
              port: http
 | 
			
		||||
          readinessProbe:
 | 
			
		||||
            httpGet:
 | 
			
		||||
              path: /
 | 
			
		||||
              path: /login.php
 | 
			
		||||
              port: http
 | 
			
		||||
          resources:
 | 
			
		||||
            {{- toYaml .Values.resources | nindent 12 }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user