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.
2 parents 83a5624 + 81ffc65 commit 7c6247dCopy full SHA for 7c6247d
content/en/docs/concepts/services-networking/service.md
@@ -862,6 +862,17 @@ metadata:
862
[...]
863
```
864
865
+{{% /tab %}}
866
+{{% tab name="OCI" %}}
867
+
868
+```yaml
869
+[...]
870
+metadata:
871
+ name: my-service
872
+ annotations:
873
+ service.beta.kubernetes.io/oci-load-balancer-internal: true
874
875
+```
876
{{% /tab %}}
877
{{< /tabs >}}
878
0 commit comments