File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
chart/mongodb-probe/templates Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ spec:
4444 livenessProbe :
4545 httpGet :
4646 path : /actuator/health # Use the default health endpoint for liveness
47- port : http
47+ port : 8080
4848 initialDelaySeconds : 10
4949 periodSeconds : 15
5050
5151 readinessProbe :
5252 httpGet :
5353 path : /actuator/health # Use the default health endpoint for liveness
54- port : http
54+ port : 8080
5555 initialDelaySeconds : 10
5656 periodSeconds : 15
5757
Original file line number Diff line number Diff line change 130130 </exclude >
131131 </excludes >
132132 </configuration >
133+
134+ <executions >
135+ <execution >
136+ <goals >
137+ <goal >build-info</goal >
138+ </goals >
139+ </execution >
140+ </executions >
141+
133142 </plugin >
134143
135144 <!-- Helm Maven Plugin -->
You can’t perform that action at this time.
0 commit comments