add health checks
This commit is contained in:
parent
2653825ac8
commit
a8e7b24656
@ -100,8 +100,7 @@ hull:
|
||||
data:
|
||||
config.yaml:
|
||||
serialization: toYaml
|
||||
inline:
|
||||
_HT*hull.config.appConfig
|
||||
inline: _HT*hull.config.appConfig
|
||||
environment:
|
||||
data:
|
||||
OTEL_EXPORTER_OTLP_ENDPOINT:
|
||||
@ -145,6 +144,21 @@ hull:
|
||||
main:
|
||||
configMapRef:
|
||||
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:
|
||||
config:
|
||||
name: config
|
||||
|
Loading…
x
Reference in New Issue
Block a user