summaryrefslogtreecommitdiffstats
path: root/src/helm-charts/clearwater/templates/homer-svc.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/helm-charts/clearwater/templates/homer-svc.yaml')
-rw-r--r--src/helm-charts/clearwater/templates/homer-svc.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/helm-charts/clearwater/templates/homer-svc.yaml b/src/helm-charts/clearwater/templates/homer-svc.yaml
new file mode 100644
index 0000000..8acc0ed
--- /dev/null
+++ b/src/helm-charts/clearwater/templates/homer-svc.yaml
@@ -0,0 +1,11 @@
+apiVersion: v1
+kind: Service
+metadata:
+ name: homer
+spec:
+ ports:
+ - name: "http-7888"
+ port: 7888
+ selector:
+ service: homer
+ clusterIP: None