Skip to content

Commit 696a1c8

Browse files
JasonvanBrackelRacer159wirewc
authored
Fix issues with privileged ports (#1333)
This fails when running on some machines were the user doesn't have permission to work with privileged ports. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com> Co-authored-by: Will C <wirewc@gmail.com>
1 parent 5d99061 commit 696a1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/longhorn/connect.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ spec:
1212
- name: http
1313
port: 80
1414
protocol: TCP
15-
targetPort: http
15+
targetPort: 8000
1616
selector:
1717
app: longhorn-ui

0 commit comments

Comments
 (0)