Skip to content

Commit af5ea88

Browse files
authored
Merge pull request #539 from citrix/annotation-update-latest
removed 2 annotations not supported
2 parents 5a076b7 + 2927801 commit af5ea88

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

docs/configure/annotations.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ The sample route manifest includes use cases related to the service `citrix-svc`
127127
| `route.citrix.com/servicegroup: '{"citrix-svc":{"usip":"yes"}}'` | Enables [Use Source IP Mode (USIP)](https://docs.citrix.com/en-us/citrix-adc/12-1/networking/ip-addressing/enabling-use-source-ip-mode.html) on the Citrix ADC device. When you enable USIP on the Citrix ADC, it uses the IP address of the client for communication with the back-end pods. |
128128
| `route.citrix.com/monitor: '{"citrix-svc":{"type":"http"}}'` | Creates a [custom HTTP monitor](https://docs.citrix.com/en-us/citrix-adc/12-1/load-balancing/load-balancing-custom-monitors.html) for the servicegroup. |
129129
130-
131130
## Service annotations
132131
133132
The following are the service annotations supported by Citrix.
@@ -138,8 +137,6 @@ In service annotations, `index` is the ordered index of the ports in a service s
138137
|**Annotations**|**Description**|**Example**|
139138
|---------------|---------------|-----------|
140139
|`service.citrix.com/service-type-<index>`|Use this annotation to specify the service type for the Citrix ADC entities created. The acceptable values are `TCP`, `HTTP`, `SSL`,`UDP`,`ANY`, `SSL_TCP`, and `SIP_UDP`. | service.citrix.com/service-type-0: ‘SSL’|
141-
|`service.citrix.com/lbmethod-<index>`| Use this annotation to specify the method for load balancing. The accepted values are: `ROUNDROBIN`, `LEASTCONNECTION`, and `LEASTRESPONSETIME`.| service.citrix.com/lbmethod-0: ‘LEASTCONNECTION’|
142-
|`service.citrix.com/persistence-<index>`| Use this annotation to specify the persistence type. The accepted values are: `NONE`, `COOKIEINSERT`, `SOURCEIP`, `SRCIPDESTIP`, and `DESTIP`.| service.citrix.com/persistence-0: ‘SOURCEIP’|
143140
|`service.citrix.com/ssl-certificate-data-<index>`| Use this annotation to specify the server certificate value in the PEM format.| service.citrix.com/ssl-certificate-data-0: \| <`certificate`>|
144141
| `service.citrix.com/ssl-key-data-<index>`| Use this annotation to specify the server key value in the PEM format. | service.citrix.com/ssl-key-data-0: \| <`key`>|
145142
| `service.citrix.com/ssl-ca-certificate-data-<index>` | Use this annotation to specify the server CA certificate value to verify the client certificate in PEM format.| service.citrix.com/ssl-ca-certificate-data-0: \| <`certificate`> |

0 commit comments

Comments
 (0)