mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 20:12:43 +00:00
12 lines
160 B
YAML
12 lines
160 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: server-check
|
|
spec:
|
|
selector:
|
|
server: "http"
|
|
ports:
|
|
- name: http
|
|
protocol: TCP
|
|
port: 5000
|