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 a3cc626 commit 81ffc65Copy full SHA for 81ffc65
content/en/docs/concepts/services-networking/service.md
@@ -859,6 +859,17 @@ metadata:
859
[...]
860
```
861
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
+```
873
{{% /tab %}}
874
{{< /tabs >}}
875
0 commit comments