Files
stage-infra/infra/example-service.yaml
2020-03-19 11:27:28 +01:00

11 lines
174 B
YAML

apiVersion: v1
kind: Service
metadata:
name: example-service
namespace: default
spec:
ports:
- name: test
protocol: TCP
port: 666
targetPort: 666