mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 14:22:49 +00:00
Merge pull request #145 from Spredzy/liveliness
Update liveness probe defaults
This commit is contained in:
@@ -37,8 +37,8 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz
|
path: /healthz
|
||||||
port: 6789
|
port: 6789
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 15
|
||||||
periodSeconds: 3
|
periodSeconds: 20
|
||||||
volumes:
|
volumes:
|
||||||
- name: runner
|
- name: runner
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
|||||||
@@ -143,8 +143,8 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz
|
path: /healthz
|
||||||
port: 6789
|
port: 6789
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 15
|
||||||
periodSeconds: 3
|
periodSeconds: 20
|
||||||
volumes:
|
volumes:
|
||||||
- name: runner
|
- name: runner
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
@@ -350,9 +350,6 @@ spec:
|
|||||||
type: string
|
type: string
|
||||||
tower_web_extra_volume_mounts:
|
tower_web_extra_volume_mounts:
|
||||||
type: string
|
type: string
|
||||||
tower_ee_image:
|
|
||||||
description: Registry path to the Execution Environment container to use
|
|
||||||
type: string
|
|
||||||
tower_redis_image:
|
tower_redis_image:
|
||||||
description: Registry path to the redis container to use
|
description: Registry path to the redis container to use
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
@@ -199,9 +199,6 @@ spec:
|
|||||||
type: string
|
type: string
|
||||||
tower_web_extra_volume_mounts:
|
tower_web_extra_volume_mounts:
|
||||||
type: string
|
type: string
|
||||||
tower_ee_image:
|
|
||||||
description: Registry path to the Execution Environment container to use
|
|
||||||
type: string
|
|
||||||
tower_redis_image:
|
tower_redis_image:
|
||||||
description: Registry path to the redis container to use
|
description: Registry path to the redis container to use
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
@@ -440,8 +440,8 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz
|
path: /healthz
|
||||||
port: 6789
|
port: 6789
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 15
|
||||||
periodSeconds: 3
|
periodSeconds: 20
|
||||||
name: awx-operator
|
name: awx-operator
|
||||||
resources: {}
|
resources: {}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
Reference in New Issue
Block a user