Skip to content

Commit

Permalink
Update EKS-Deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aahil13 authored May 17, 2024
1 parent ede0694 commit 6db53f5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions EKS-Deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: my-httpd-deployment
name: word-counter-deployment
spec:
replicas: 2
selector:
matchLabels:
app: my-httpd
app: word-counter
template:
metadata:
labels:
app: my-httpd
app: word-counter
spec:
containers:
- name: my-httpd-container
image: httpd:alpine
- name: word-counter-container
image: 313382416572.dkr.ecr.us-east-1.amazonaws.com/jenkins:latest
ports:
- containerPort: 80
volumeMounts:
Expand All @@ -28,10 +28,10 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: my-httpd-service
name: word-counter-service
spec:
selector:
app: my-httpd
app: word-counter
ports:
- protocol: TCP
port: 80
Expand Down

0 comments on commit 6db53f5

Please sign in to comment.