Skip to content

Commit

Permalink
Moves SSL/TLS content (#780)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Smith <stevsmit@stevsmit.remote.csb>
  • Loading branch information
stevsmit and Steven Smith authored Aug 31, 2023
1 parent 410128e commit 7521131
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
16 changes: 10 additions & 6 deletions deploy_quay_on_openshift_op_tng/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,20 @@ ifeval::["{productname}" == "Red Hat Quay"]
include::modules/operator-standalone-object-gateway.adoc[leveloffset=4]
endif::[]

//traffic ingress
[id="configuring-traffic-ingress"]
== Configuring traffic ingress
include::modules/operator-preconfig-tls-routes.adoc[leveloffset=+1]

//Database
[id="configuring-the-database-poc"]
=== Configuring the database
include::modules/operator-unmanaged-postgres.adoc[leveloffset=+3]
include::modules/config-fields-db.adoc[leveloffset=+3]
include::modules/operator-managed-postgres.adoc[leveloffset=+3]
include::modules/operator-preconfig-tls-routes.adoc[leveloffset=+2]
== Configuring the database
include::modules/operator-unmanaged-postgres.adoc[leveloffset=+1]
include::modules/config-fields-db.adoc[leveloffset=+1]
include::modules/operator-managed-postgres.adoc[leveloffset=+1]
//* The Operator will deploy an OpenShift `Route` as the default entrypoint to the registry. If you prefer a different entrypoint (e.g. `Ingress` or direct `Service` access that configuration will need to be done manually).
include::modules/operator-components-unmanaged-other.adoc[leveloffset=+2]
include::modules/operator-unmanaged-redis.adoc[leveloffset=+3]
include::modules/operator-unmanaged-redis.adoc[leveloffset=+1]

[role="_additional-resources"]
.Additional resources
Expand Down
6 changes: 5 additions & 1 deletion deploy_red_hat_quay_operator/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,17 @@ include::modules/operator-unmanaged-storage-noobaa.adoc[leveloffset=+3]
include::modules/operator-managed-storage.adoc[leveloffset=3]
include::modules/operator-standalone-object-gateway.adoc[leveloffset=4]

//traffic ingress
[id="configuring-traffic-ingress"]
== Configuring traffic ingress
include::modules/operator-preconfig-tls-routes.adoc[leveloffset=+1]

//Database
[id="configuring-the-database-poc"]
== Configuring the database
include::modules/operator-unmanaged-postgres.adoc[leveloffset=+2]
include::modules/config-fields-db.adoc[leveloffset=+3]
include::modules/operator-managed-postgres.adoc[leveloffset=+3]
include::modules/operator-preconfig-tls-routes.adoc[leveloffset=+2]
//* The Operator will deploy an OpenShift `Route` as the default entrypoint to the registry. If you prefer a different entrypoint (e.g. `Ingress` or direct `Service` access that configuration will need to be done manually).
include::modules/operator-components-unmanaged-other.adoc[leveloffset=+2]
include::modules/operator-unmanaged-redis.adoc[leveloffset=+3]
Expand Down

0 comments on commit 7521131

Please sign in to comment.