Skip to content

Commit

Permalink
Revert "remove hostport from apps (#10142)" (#10153)
Browse files Browse the repository at this point in the history
This reverts commit 3ebf1bf.

Signed-off-by: Danil Uzlov <[email protected]>
  • Loading branch information
d-uzlov authored Oct 30, 2023
1 parent 4588691 commit 1fbc5b8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/nsmgr-proxy/nsmgr-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec:
name: nsmgr-proxy
ports:
- containerPort: 5004
hostPort: 5004
env:
- name: SPIFFE_ENDPOINT_SOCKET
value: unix:///run/spire/sockets/agent.sock
Expand Down
1 change: 1 addition & 0 deletions apps/nsmgr/nsmgr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec:
name: nsmgr
ports:
- containerPort: 5001
hostPort: 5001
env:
- name: SPIFFE_ENDPOINT_SOCKET
value: unix:///run/spire/sockets/agent.sock
Expand Down
1 change: 1 addition & 0 deletions apps/registry-k8s/registry-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ spec:
name: registry
ports:
- containerPort: 5002
hostPort: 5002
volumeMounts:
- name: spire-agent-socket
mountPath: /run/spire/sockets
Expand Down
1 change: 1 addition & 0 deletions apps/registry-memory/registry-memory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ spec:
name: registry
ports:
- containerPort: 5002
hostPort: 5002
volumeMounts:
- name: spire-agent-socket
mountPath: /run/spire/sockets
Expand Down
1 change: 1 addition & 0 deletions apps/registry-proxy-dns/registry-proxy-dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ spec:
name: registry
ports:
- containerPort: 5005
hostPort: 5005
volumeMounts:
- name: spire-agent-socket
mountPath: /run/spire/sockets
Expand Down
1 change: 1 addition & 0 deletions apps/vl3-ipam/vl3-ipam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ spec:
name: vl3-ipam
ports:
- containerPort: 5006
hostPort: 5006
volumeMounts:
- name: spire-agent-socket
mountPath: /run/spire/sockets
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ spec:
name: vl3-ipam
ports:
- containerPort: 5006
hostPort: 5006
volumeMounts:
- name: spire-agent-socket
mountPath: /run/spire/sockets
Expand Down

0 comments on commit 1fbc5b8

Please sign in to comment.