mirror of
https://github.com/bvanroll/stage-infra.git
synced 2025-08-29 03:52:49 +00:00
11 lines
174 B
YAML
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 |