8a3244fdd1
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>
14 lines
194 B
YAML
14 lines
194 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: my-service
|
|
labels:
|
|
app: MyApp
|
|
spec:
|
|
ipFamilyPolicy: PreferDualStack
|
|
selector:
|
|
app: MyApp
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|