Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/roles/candlepin/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
[Service]
TimeoutStartSec=300
healthcheck: curl --fail --insecure https://localhost:23443/candlepin/status
healthcheck_interval: 5s
sdnotify: healthy

- name: Run daemon reload to make Quadlet create the service files
Expand Down
1 change: 1 addition & 0 deletions src/roles/postgresql/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
image: "{{ postgresql_container_image }}:{{ postgresql_container_tag }}"
state: quadlet
healthcheck: pg_isready
healthcheck_interval: 5s
sdnotify: healthy
network: host
volumes:
Expand Down