add health checks

This commit is contained in:
Ryan McGuire 2025-03-08 16:53:15 -05:00
parent 2653825ac8
commit a8e7b24656

View File

@ -100,8 +100,7 @@ hull:
data: data:
config.yaml: config.yaml:
serialization: toYaml serialization: toYaml
inline: inline: _HT*hull.config.appConfig
_HT*hull.config.appConfig
environment: environment:
data: data:
OTEL_EXPORTER_OTLP_ENDPOINT: OTEL_EXPORTER_OTLP_ENDPOINT:
@ -145,6 +144,21 @@ hull:
main: main:
configMapRef: configMapRef:
name: environment name: environment
resources: _HT*hull.config.settings.resources
readinessProbe:
httpGet:
path: /health
port: 8080
scheme: HTTP
periodSeconds: 10
failureThreshold: 2
livenessProbe:
httpGet:
path: /health
port: 8080
scheme: HTTP
periodSeconds: 10
failureThreshold: 2
volumeMounts: volumeMounts:
config: config:
name: config name: config