Merge branch 'main' into add_target_port_value

This commit is contained in:
Jesse Hitch
2025-01-18 10:16:12 +01:00
committed by GitHub
3 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -89,12 +89,12 @@ resources: {}
# This is to setup the liveness and readiness probes more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/
livenessProbe:
httpGet:
path: /
path: /api/service/health-check
port: http
readinessProbe:
httpGet:
path: /
path: /api/service/health-check
port: http
# This section is for setting up autoscaling more information can be found here: https://kubernetes.io/docs/concepts/workloads/autoscaling/