summaryrefslogtreecommitdiff
path: root/yaml/cas-service.yaml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-09-15 16:11:14 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-09-15 16:11:14 +0200
commit6921533ab3cb09b629b77ef5a531d59cbba5c4d9 (patch)
tree5bc74dfaa913c8db9d909af336e139f1630d4ce3 /yaml/cas-service.yaml
init repo
Diffstat (limited to 'yaml/cas-service.yaml')
-rw-r--r--yaml/cas-service.yaml13
1 files changed, 13 insertions, 0 deletions
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