Compare commits
No commits in common. "a26b8aafe1408339a889f80a70e984392f94eb0d" and "87a056be2cba082970a347ec63291156c0b4bace" have entirely different histories.
a26b8aafe1
...
87a056be2c
@ -31,7 +31,6 @@ configMapGenerator:
|
||||
- URLS_LOGOUT=http://hydra-logout-app/logout
|
||||
- HYDRA_SERVE_ALL_ARGS=--dev
|
||||
- HYDRA_DATABASE_MAX_CONN="10"
|
||||
- SERVE_ADMIN_REQUEST_LOG_DISABLE_FOR_HEALTH="true"
|
||||
- LOG_LEVEL=info
|
||||
|
||||
replacements:
|
||||
|
@ -46,31 +46,10 @@ spec:
|
||||
- wget
|
||||
- --spider
|
||||
- -q
|
||||
- http://127.0.0.1:4445/health/alive
|
||||
- http://127.0.0.1:4444/.well-known/openid-configuration
|
||||
failureThreshold: 6
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 10
|
||||
readinessProbe:
|
||||
exec:
|
||||
command:
|
||||
- wget
|
||||
- --spider
|
||||
- -q
|
||||
- http://127.0.0.1:4445/health/ready
|
||||
failureThreshold: 6
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 10
|
||||
startupProbe:
|
||||
exec:
|
||||
command:
|
||||
- wget
|
||||
- --spider
|
||||
- -q
|
||||
- http://127.0.0.1:4445/health/ready
|
||||
failureThreshold: 60
|
||||
successThreshold: 1
|
||||
periodSeconds: 1
|
||||
timeoutSeconds: 1
|
||||
ports:
|
||||
- containerPort: 4444
|
||||
name: hydra-public
|
||||
|
Loading…
x
Reference in New Issue
Block a user