diff --git a/kubedeploy.yaml b/kubedeploy.yaml deleted file mode 100644 index 57a3fad..0000000 --- a/kubedeploy.yaml +++ /dev/null @@ -1,37 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: loksai-eta-deploy - labels: - app: loksai-eta-deploy-lbl -spec: - replicas: 3 - selector: - matchLabels: - app: loksai-eta-app - template: - metadata: - labels: - app: loksai-eta-app - spec: - containers: - - name: loksai-eta-container - image: loksaieta/sa-wd-webapp - ports: - - containerPort: 8080 ---- -apiVersion: v1 -kind: Service -metadata: - name: loksai-eta-np-service - labels: - app: loksai-eta-app -spec: - selector: - app: loksai-eta-deploy-lbl - - type: NodePort - ports: - - nodePort: 31028 - port: 8080 - targetPort: 8080