Merge pull request '修复 SPIRE Agent 连接 Server 的端口' (#91) from fix/spire-agent-server-port into main
yaml / yaml (push) Successful in 49s
yaml / yaml (push) Successful in 49s
Reviewed-on: #91
This commit was merged in pull request #91.
This commit is contained in:
@@ -101,6 +101,11 @@ spire-server:
|
||||
enabled: false
|
||||
|
||||
spire-agent:
|
||||
server:
|
||||
# Keep the Agent endpoint aligned with spire-server.service.port. The
|
||||
# chart defaults this to 443, which only remained unnoticed while the
|
||||
# Agent's pre-upgrade gRPC connection stayed alive.
|
||||
port: 8081
|
||||
nodeAttestor:
|
||||
k8sPSAT:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user