Skip to content

Commit

Permalink
Merge pull request #2 from samply/feature/add-dhki-project
Browse files Browse the repository at this point in the history
feat: added dhki project
  • Loading branch information
torbrenner authored Sep 5, 2024
2 parents 5d28e8a + 8712bf4 commit ff7d01a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions projects/dhki.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from common import Service, ServiceGroup, ServiceType

projectname_friendly = "DKFZ Hector Krebsinstitut (KI)"

services = [
Service(ServiceGroup.SEARCH, "Explorer", "https://explorer.hector.dkfz.de", ServiceType.CENTRAL),
Service(ServiceGroup.OPERATIONS, "Zentrales Monitoring", "https://monitoring.verbis.dkfz.de/icingaweb2/dashboard", ServiceType.CENTRAL),
Service(ServiceGroup.OPERATIONS, "Reverse Proxy (Traefik)", "https://<THISHOST>/dashboard/", ServiceType.BRIDGEHEAD),
Service(ServiceGroup.PERSISTENCE, "FHIR-Server (Blaze)", "https://<THISHOST>/dhki-localdatamanagement/fhir", ServiceType.BRIDGEHEAD)
]

0 comments on commit ff7d01a

Please sign in to comment.