Dual-stack docs for Kubernetes 1.20

Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Lachlan Evenson <lachlan.evenson@microsoft.com>
This commit is contained in:
Bridget Kromhout
2020-10-26 13:06:20 -05:00
parent 179c821b02
commit 8a3244fdd1
7 changed files with 285 additions and 49 deletions
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: my-service
labels:
app: MyApp
spec:
ipFamilyPolicy: PreferDualStack
selector:
app: MyApp
ports:
- protocol: TCP
port: 80