Merge pull request #145 from Spredzy/liveliness

Update liveness probe defaults
This commit is contained in:
Yanis Guenane
2021-03-24 21:04:48 +01:00
committed by GitHub
4 changed files with 6 additions and 12 deletions

View File

@@ -37,8 +37,8 @@ spec:
httpGet:
path: /healthz
port: 6789
initialDelaySeconds: 5
periodSeconds: 3
initialDelaySeconds: 15
periodSeconds: 20
volumes:
- name: runner
emptyDir: {}

View File

@@ -143,8 +143,8 @@ spec:
httpGet:
path: /healthz
port: 6789
initialDelaySeconds: 5
periodSeconds: 3
initialDelaySeconds: 15
periodSeconds: 20
volumes:
- name: runner
emptyDir: {}
@@ -350,9 +350,6 @@ spec:
type: string
tower_web_extra_volume_mounts:
type: string
tower_ee_image:
description: Registry path to the Execution Environment container to use
type: string
tower_redis_image:
description: Registry path to the redis container to use
type: string

View File

@@ -199,9 +199,6 @@ spec:
type: string
tower_web_extra_volume_mounts:
type: string
tower_ee_image:
description: Registry path to the Execution Environment container to use
type: string
tower_redis_image:
description: Registry path to the redis container to use
type: string

View File

@@ -440,8 +440,8 @@ spec:
httpGet:
path: /healthz
port: 6789
initialDelaySeconds: 5
periodSeconds: 3
initialDelaySeconds: 15
periodSeconds: 20
name: awx-operator
resources: {}
volumeMounts: