arcocd-test/mt-svc.yaml

20 lines
286 B
YAML
Raw Permalink Normal View History

2022-12-01 02:42:26 +00:00
apiVersion: v1
kind: Service
metadata:
name: mt-svc
labels:
app: mt-test
spec:
ipFamilies:
- IPv4
2022-12-01 22:22:26 +00:00
ipFamilyPolicy: SingleStack
2022-12-01 02:42:26 +00:00
selector:
app: mt-test
ports:
- protocol: TCP
name: http
port: 80
- protocol: TCP
name: https
port: 443