summaryrefslogtreecommitdiff
path: root/f3s/goprecords/helm-chart/templates/service.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'f3s/goprecords/helm-chart/templates/service.yaml')
-rw-r--r--f3s/goprecords/helm-chart/templates/service.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/f3s/goprecords/helm-chart/templates/service.yaml b/f3s/goprecords/helm-chart/templates/service.yaml
new file mode 100644
index 0000000..9266d46
--- /dev/null
+++ b/f3s/goprecords/helm-chart/templates/service.yaml
@@ -0,0 +1,15 @@
+apiVersion: v1
+kind: Service
+metadata:
+ labels:
+ app: goprecords
+ name: goprecords-service
+ namespace: services
+spec:
+ ports:
+ - name: http
+ port: 80
+ protocol: TCP
+ targetPort: 8080
+ selector:
+ app: goprecords