summaryrefslogtreecommitdiff
path: root/k8s/cas-service.yaml
diff options
context:
space:
mode:
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