diff --git a/astro-service.yaml b/astro-service.yaml new file mode 100644 index 0000000..92aa066 --- /dev/null +++ b/astro-service.yaml @@ -0,0 +1,13 @@ +apiVersion: v1 +kind: Service +metadata: + name: astro-service + namespace: astro-mc-internal +spec: + type: NodePort + selector: + app: astro-pod + ports: + - port: 80 + targetPort: astro-port + protocol: TCP \ No newline at end of file