Skip to content

Commit

Permalink
Remove containerPort spec
Browse files Browse the repository at this point in the history
Does not attribute to the goal of the PR. The containerPort spec does not have any value by default.
  • Loading branch information
jpcoenen committed Jun 22, 2021
1 parent 2c591cd commit a9a650e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions charts/connect/templates/connect-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ spec:
- "NET_BROADCAST"
resources:
{{- toYaml .Values.connect.sync.resources | nindent 12 }}
ports:
- containerPort: 8081
env:
- name: OP_HTTP_PORT
value: "{{ .Values.connect.sync.httpPort }}"
Expand Down

0 comments on commit a9a650e

Please sign in to comment.