remove unnecessary protocol

This commit is contained in:
Richard Simpson 2020-08-25 16:12:12 -05:00
parent 7ee6b9509d
commit 41bc855808

View file

@ -33,7 +33,6 @@ spec:
ports:
- containerPort: 8080
name: http
protocol: TCP
{{- with .Values.bots.slack.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}