Skip to content
Snippets Groups Projects
Commit 69ea6ae5 authored by Ronick Romulus's avatar Ronick Romulus
Browse files

Update deployment.yml

parent 6ef653fb
No related branches found
No related tags found
No related merge requests found
apiVersion: apps/v1
kind: Deployment
metadata:
name: backend-deployment
spec:
replicas: 2 # Adjust the number of replicas as needed
selector:
matchLabels:
app: backend
template:
metadata:
labels:
app: backend
spec:
containers:
- name: backend
image: registry.gitlab.com/your-backend-project/your-backend-image:tag
ports:
- containerPort: 8080 # Port your Spring Boot app is running on
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment