diff --git a/jenkins-demo/service.yaml b/jenkins-demo/service.yaml new file mode 100644 index 0000000..e78bda2 --- /dev/null +++ b/jenkins-demo/service.yaml @@ -0,0 +1,14 @@ +apiVersion: v1 +kind: Service +metadata: + labels: + app: solar-system + name: solar-system-serevice +spec: + ports: + - port: 3000 + protocol: TCP + targetPort: 3000 + selector: + app: solar-system + type: NodePort