Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
devane001 authored Aug 30, 2018
1 parent 6217287 commit 697fec1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions charts/model-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ spec:
metadata:
labels:
{{ include "service.labels.standard" . | indent 8 }}
annotations:
{{ include "service.monitoring.pod.annotations" . | indent 8 }}
spec:
containers:
- name: {{ .Release.Name }}
Expand All @@ -33,4 +31,4 @@ spec:
containerPort: {{ .Values.service.port }}
protocol: TCP
resources:
{{ toYaml .Values.resources | indent 12 }}
{{ toYaml .Values.resources | indent 12 }}

0 comments on commit 697fec1

Please sign in to comment.