diff --git a/projectsend/deploy/service.yaml b/projectsend/deploy/service.yaml new file mode 100644 index 0000000..3492c95 --- /dev/null +++ b/projectsend/deploy/service.yaml @@ -0,0 +1,15 @@ +--- +apiVersion: v1 +kind: Service +metadata: + annotations: + name: projectsend +spec: + ports: + - name: http + port: 80 + protocol: TCP + selector: + app: projectsend + sessionAffinity: None + type: LoadBalancer \ No newline at end of file