Skip to content

Commit

Permalink
Remove useless host networking
Browse files Browse the repository at this point in the history
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
  • Loading branch information
collivier committed Nov 18, 2024
1 parent bf3b643 commit 673126b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."registry.default.svc.cluster.local:5000"]
endpoint = ["http://localhost:5000"]
endpoint = ["http://registry.default.svc.cluster.local:5000"]
EOF
- name: Install Latest Kind
env:
Expand Down
1 change: 0 additions & 1 deletion tools/registry/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ metadata:
labels:
app: registry
spec:
hostNetwork: true
containers:
- name: registry
image: registry:latest
Expand Down

0 comments on commit 673126b

Please sign in to comment.