Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolagospagopa committed Jun 3, 2022
1 parent bde73d2 commit f9f002a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/templates/deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
image: "cstardcommonacr.azurecr.io/devopsspringbootgitlabworkflow:latest"
imagePullPolicy: Always
ports:
- name: http
- name: http-mchart-svc
containerPort: 8080
protocol: TCP
# livenessProbe:
Expand Down
6 changes: 3 additions & 3 deletions helm/templates/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ metadata:
spec:
type: ClusterIP
ports:
- port: 8080
targetPort: 8080
- port: 80
targetPort: http-mchart-svc
protocol: TCP
name: http
name: service
selector:
app.kubernetes.io/name: microservice-chart
app.kubernetes.io/instance: devops-springboot-gitlab-workflow

0 comments on commit f9f002a

Please sign in to comment.