From 6921533ab3cb09b629b77ef5a531d59cbba5c4d9 Mon Sep 17 00:00:00 2001
From: Santo Cariotti <santo@dcariotti.me>
Date: Sun, 15 Sep 2024 16:11:14 +0200
Subject: init repo

---
 yaml/cas-service.yaml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 yaml/cas-service.yaml

(limited to 'yaml/cas-service.yaml')

diff --git a/yaml/cas-service.yaml b/yaml/cas-service.yaml
new file mode 100644
index 0000000..ff1d8c5
--- /dev/null
+++ b/yaml/cas-service.yaml
@@ -0,0 +1,13 @@
+apiVersion: v1
+kind: Service
+metadata:
+  name: cas-service
+spec:
+  ports:
+    - port: 8000
+      targetPort: 8000
+      name: http
+      protocol: TCP
+  selector:
+    app: cas
+  type: ClusterIP
-- 
cgit v1.2.3-18-g5258