Skip to content

Commit

Permalink
Update pod start wait time to 15 mins for ocp4_workload_nginxplus (#9000
Browse files Browse the repository at this point in the history
)

* updated ingress-controller j2

* added license secret for nginxplus

* fixed trailing spaces

* add base64encode to license secret

* Update ingress controller pod wait time to 15 mins

Pod is taking longer to start since the update to Ingress Controller 4.0

---------

Co-authored-by: George James <[email protected]>
  • Loading branch information
gejames and ansible-kickstart authored Jan 17, 2025
1 parent 3b56c60 commit 7ee4b0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ silent: false
ocp4_workload_nginxplus_rebuild_k8s_venv: false
ocp4_workload_nginxplus_remove_secret: true
ocp4_workload_nginxplus_install_controller: true
ocp4_workload_nginxplus_wait_time: 600
ocp4_workload_nginxplus_wait_time: 900

ocp4_workload_nginxplus_base_url: "quay.io"
ocp4_workload_nginxplus_private_registry_url: "quay.io/redhat-gpst"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ type: nginx.com/license
data:
license.jwt: {{ ocp4_workload_nginxplus_license | b64encode }}


0 comments on commit 7ee4b0f

Please sign in to comment.