Skip to content

Commit

Permalink
remove deployment and manifest for grpc backend pod
Browse files Browse the repository at this point in the history
  • Loading branch information
DDH13 committed Mar 11, 2024
1 parent 49f876f commit 2f30312
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 175 deletions.
51 changes: 0 additions & 51 deletions test/integration/integration/tests/resources/base/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,57 +113,6 @@ spec:
---
apiVersion: v1
kind: Service
metadata:
name: dineth-grpc-demo-server
namespace: gateway-integration-test-infra
spec:
selector:
app: dineth-grpc-demo-server
ports:
- protocol: TCP
port: 6565
targetPort: 6565
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: dineth-grpc-demo-server
namespace: gateway-integration-test-infra
labels:
app: dineth-grpc-demo-server
spec:
replicas: 1
selector:
matchLabels:
app: dineth-grpc-demo-server
template:
metadata:
labels:
app: dineth-grpc-demo-server
spec:
containers:
- name: dineth-grpc-demo-server
image: dineth-grpc-demo-server:latest
imagePullPolicy: IfNotPresent
env:
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
resources:
requests:
cpu: "100m"
memory: "100Mi"
ports:
- containerPort: 6565

---
apiVersion: v1
kind: Service
metadata:
name: infra-backend-v2
namespace: gateway-integration-test-infra
Expand Down
124 changes: 0 additions & 124 deletions test/integration/integration/tests/resources/tests/grpc-api.yaml

This file was deleted.

0 comments on commit 2f30312

Please sign in to comment.