mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 10:22:54 +02:00
12 lines
164 B
YAML
12 lines
164 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: mercury-svc
|
|
spec:
|
|
ports:
|
|
- name: http-svc
|
|
port: 3000
|
|
targetPort: 3000
|
|
selector:
|
|
app: mercury
|