Skip to content

Commit

Permalink
Use other port name when enabling nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
2tefan committed Dec 5, 2023
1 parent 0c67001 commit 908f4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nautobot/templates/nautobot-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ spec:
- name: "http"
containerPort: 8080
{{ else }}
- name: "http"
- name: "http-nautobot"
containerPort: 8003
{{ end }}
{{- end }}
Expand Down

0 comments on commit 908f4a9

Please sign in to comment.