diff options
Diffstat (limited to 'yaml/cas-service.yaml')
-rw-r--r-- | yaml/cas-service.yaml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/yaml/cas-service.yaml b/yaml/cas-service.yaml deleted file mode 100644 index ff1d8c5..0000000 --- a/yaml/cas-service.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: cas-service -spec: - ports: - - port: 8000 - targetPort: 8000 - name: http - protocol: TCP - selector: - app: cas - type: ClusterIP |