Skip to content

Commit

Permalink
cambios pequeños
Browse files Browse the repository at this point in the history
  • Loading branch information
cvstleee committed Dec 8, 2024
1 parent c13706a commit 111606b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: microservice-creditEvaluation-deployment
name: microservice-credit-evaluation-deployment
spec:
replicas: 1
selector:
matchLabels:
app: microservice-creditEvaluation-deployment
app: microservice-credit-evaluation-deployment
template:
metadata:
labels:
app: microservice-creditEvaluation-deployment
app: microservice-credit-evaluation-deployment
spec:
containers:
- name: microservice-creditEvaluation-container
- name: microservice-credit-evaluation-container
image: cvstleee/microservice-creditevaluation:latest
ports:
- containerPort: 8081
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: microservice-creditRequest-deployment
name: microservice-credit-request-deployment
spec:
replicas: 1
selector:
matchLabels:
app: microservice-creditRequest-deployment
app: microservice-credit-request-deployment
template:
metadata:
labels:
app: microservice-creditRequest-deployment
app: microservice-credit-request-deployment
spec:
containers:
- name: microservice-creditRequest-container
- name: microservice-credit-request-container
image: cvstleee/microservice-creditrequest:latest
ports:
- containerPort: 8081
Expand Down

0 comments on commit 111606b

Please sign in to comment.