From ff68c8cd24baef66ebb038d237b8f501c84edde5 Mon Sep 17 00:00:00 2001 From: Santo Cariotti <santo@dcariotti.me> Date: Fri, 6 Sep 2024 16:09:25 +0200 Subject: Add script and configuration for Kubernetes --- k8s/cas-service.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 k8s/cas-service.yaml (limited to 'k8s/cas-service.yaml') diff --git a/k8s/cas-service.yaml b/k8s/cas-service.yaml new file mode 100644 index 0000000..98a7a9d --- /dev/null +++ b/k8s/cas-service.yaml @@ -0,0 +1,11 @@ +apiVersion: v1 +kind: Service +metadata: + name: cas-service +spec: + ports: + - port: 8000 + targetPort: 8000 + selector: + app: cas + type: ClusterIP -- cgit v1.2.3-18-g5258