We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e5015 commit 4adc1c6Copy full SHA for 4adc1c6
roles/cephadm/README.md
@@ -84,8 +84,9 @@ All Ceph hosts must be in the `ceph` group.
84
rgw_frontend_port: 1234
85
```
86
* Ingress
87
- * `cephadm_ingress_services`: List of ingress services to deploy. `id` should match the RGW service to which ingress
88
- will point to. `spec` is a service specification required by Cephadm to deploy the ingress (haproxy + keepalived pair).
+ * `cephadm_ingress_services`: List of ingress services to deploy. `id` should match name (not id) of the RGW service to
+ which ingress will point to. `spec` is a service specification required by Cephadm to deploy the ingress (haproxy +
89
+ keepalived pair).
90
Example:
91
92
cephadm_ingress_services:
0 commit comments