# Structs
ExposeHelper creates K8S services and/or Skupper services for a deployment
As its name implies, it's just a helper.
Deploys HelloWorld; frontend on pub1, backend on prv1.
No description provided by the author
No description provided by the author
Validates a Hello World deployment by Curl from the given Namespace.
No description provided by the author
No description provided by the author
Deploys the patient database from
quay.io/skupper/patient-portal-database.
Given a namespace with a PatientFrontend deployment, it will ping the DB from that deployment using pg_isready TODO change this to use a test helper pod, instead of the frontend.
Deploys the patient frontend.
No description provided by the author
Deploys the patient payment processor.
A full deployment of Patient Portal
For fine tuned configuration, use the individual PatientDatabase, PatientFrontend and PatientPayment components
https://github.com/skupperproject/skupper-example-patient-portal/.
No description provided by the author