Skip to content

Commit

Permalink
Update service.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tripathishikha1 authored Jun 21, 2024
1 parent 657f565 commit 564943b
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions charts/microservice/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
#apiVersion: v1
#kind: Service
#metadata:
# name: {{ include "microservice.fullname" . }}
#labels:
# {{- include "microservice.labels" . | nindent 4 }}
#spec:
# type: {{ .Values.service.type }}
#ports:
# - port: {{ .Values.service.port }}
# targetPort: http
# protocol: TCP
#name: http
#selector:
# {{- include "microservice.selectorLabels" . | nindent 4 }}

apiVersion: v1
apiVersion: v1
kind: Service
metadata:
name: {{ include "microservice.fullname" . }}
Expand Down

0 comments on commit 564943b

Please sign in to comment.