Skip to content

Commit

Permalink
added custom service
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolagospagopa committed Jun 3, 2022
1 parent 000d0e2 commit 9e7335b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions helm/templates/services.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Source: devops-springboot-gitlab-workflow/charts/microservice-chart/templates/service.yaml
apiVersion: v1
kind: Service
metadata:
name: devops-springboot-gitlab-workflow-microservice-chart
namespace: idpay
labels:
helm.sh/chart: microservice-chart-1.13.0
app.kubernetes.io/name: microservice-chart
app.kubernetes.io/instance: devops-springboot-gitlab-workflow
app.kubernetes.io/version: "0.0.0"
app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
ports:
- port: 8080
targetPort: 8080
protocol: TCP
name: http
selector:
app.kubernetes.io/name: microservice-chart
app.kubernetes.io/instance: devops-springboot-gitlab-workflow

0 comments on commit 9e7335b

Please sign in to comment.