Skip to content

Commit

Permalink
update component section
Browse files Browse the repository at this point in the history
  • Loading branch information
TuxInvader committed Jun 10, 2020
1 parent 5d1aa18 commit ee95112
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,9 @@ The Component object also takes a `desiredState`, but the operator expects to co
using the `gateway` provided, and the `backend->workloadGroups->group` using the pods or NodePorts found in the `ingress*`
settings. The workload `uris` are built using `workload.scheme` and `workload.path`

The `ingressType` can be `Service`, `Route`, or `None`. See the relevant sections below for deploying against a service, route
or with a manually configured workload group (ie none).

==== Deploying Component with a Service

When deployed with a service, you must set the `ingressType` to `Service`, and set the `ingressName` to match the service.
Expand Down

0 comments on commit ee95112

Please sign in to comment.