From fbfc08891ba615347fb1bc1757580c55c83d3f2c Mon Sep 17 00:00:00 2001 From: Bob Ong Date: Tue, 9 Jul 2024 22:22:27 +0800 Subject: [PATCH] [digitalocean deploy] remove k8s --- kube/starcoin-explorer-deployment.yaml | 30 -------------------------- 1 file changed, 30 deletions(-) delete mode 100644 kube/starcoin-explorer-deployment.yaml diff --git a/kube/starcoin-explorer-deployment.yaml b/kube/starcoin-explorer-deployment.yaml deleted file mode 100644 index 047654b..0000000 --- a/kube/starcoin-explorer-deployment.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: react-app-deployment -spec: - replicas: 1 - selector: - matchLabels: - app: react-app - template: - metadata: - labels: - app: react-app - spec: - containers: - - name: react-app - image: starcoin_explorer:v1.9.10 - ports: - - containerPort: 3007 ---- -apiVersion: v1 -kind: Service -metadata: - name: react-app-service -spec: - type: LoadBalancer - ports: - - port: 3007 - selector: - app: react-app \ No newline at end of file