Skip to content

Commit

Permalink
Update backend.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhilashKD authored Jun 12, 2024
1 parent ee17d4d commit d705dbf
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions manifest/backend.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,21 @@
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
kompose.cmd: /snap/kompose/19/kompose-linux-amd64 convert -f shiksha.yaml
kompose.version: 1.21.0 (992df58d8)
creationTimestamp: null
labels:
io.kompose.service: backend
app: backend
name: backend
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: backend
app: backend
strategy: {}
template:
metadata:
annotations:
kompose.cmd: /snap/kompose/19/kompose-linux-amd64 convert -f shiksha.yaml
kompose.version: 1.21.0 (992df58d8)
creationTimestamp: null
labels:
io.kompose.service: backend
app: backend
spec:
containers:
- image: ${ECR_REPOSITORY}:${IMAGE_TAG}
Expand All @@ -34,22 +28,17 @@ spec:
name: backend-service-config
resources: {}
restartPolicy: Always
serviceAccountName: ""
volumes: null
status: {}

---
apiVersion: v1
kind: Service
metadata:
name: backend
labels:
app: backend
spec:
type: ClusterIP
ports:
- name: http-backend
- port: 3000
protocol: TCP
port: 3000
selector:
app: backend

0 comments on commit d705dbf

Please sign in to comment.