Skip to content

Commit 81ffc65

Browse files
committed
docs: added internal load balancer service annotations for Oracle Cloud
Reviewed-by: Avi Miller <[email protected]> Signed-off-by: Ali Mukadam <[email protected]>
1 parent a3cc626 commit 81ffc65

File tree

1 file changed

+11
-0
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+11
-0
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,17 @@ metadata:
859859
[...]
860860
```
861861

862+
{{% /tab %}}
863+
{{% tab name="OCI" %}}
864+
865+
```yaml
866+
[...]
867+
metadata:
868+
name: my-service
869+
annotations:
870+
service.beta.kubernetes.io/oci-load-balancer-internal: true
871+
[...]
872+
```
862873
{{% /tab %}}
863874
{{< /tabs >}}
864875

0 commit comments

Comments
 (0)