Skip to content

Commit

Permalink
Merge pull request #343 from yacinebbt/master
Browse files Browse the repository at this point in the history
Fix expose port to be accessed by neuvector-service-webui
  • Loading branch information
becitsthere authored Dec 19, 2023
2 parents d4c2547 + b54b173 commit 5060a3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/core/templates/manager-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ spec:
{{- end }}
{{- end }}
{{- end }}
ports:
- name: http
containerPort: 8443
protocol: TCP
env:
- name: CTRL_SERVER_IP
value: neuvector-svc-controller.{{ .Release.Namespace }}
Expand Down

0 comments on commit 5060a3a

Please sign in to comment.