summaryrefslogtreecommitdiff
path: root/k8s/cas-service.yaml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-09-15 16:02:02 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-09-15 16:02:02 +0200
commit7b404a6d2321f27e9a808aca267bf8f9e4e681aa (patch)
tree472003eba97e891d68b241254531bb07033e810e /k8s/cas-service.yaml
parent02e41bc8e457ffb6a96e8ae551f172df8140c578 (diff)
Remove K8s stuff
Diffstat (limited to 'k8s/cas-service.yaml')
-rw-r--r--k8s/cas-service.yaml11
1 files changed, 0 insertions, 11 deletions
diff --git a/k8s/cas-service.yaml b/k8s/cas-service.yaml
deleted file mode 100644
index 98a7a9d..0000000
--- a/k8s/cas-service.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
-apiVersion: v1
-kind: Service
-metadata:
- name: cas-service
-spec:
- ports:
- - port: 8000
- targetPort: 8000
- selector:
- app: cas
- type: ClusterIP