add health checks
This commit is contained in:
parent
2653825ac8
commit
a8e7b24656
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user