Skip to content

Commit

Permalink
Update default value of agent-cache-listener-port (#15018)
Browse files Browse the repository at this point in the history
Base on this line and my experiment, I think the default value of
vault.hashicorp.com/agent-cache-listener-port should be 8200.

https://github.com/hashicorp/vault-k8s/blob/main/agent-inject/agent/agent.go#L30
  • Loading branch information
calvin620707 committed Apr 14, 2022
1 parent 37c3967 commit 14b4685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/platform/k8s/injector/annotations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ them, optional commands to run, etc.
by default.

- `vault.hashicorp.com/agent-cache-listener-port` - configures Vault Agent cache
listening port. Defaults to `8080`.
listening port. Defaults to `8200`.

- `vault.hashicorp.com/agent-copy-volume-mounts` - copies the mounts from the specified
container and mounts them to the Vault Agent containers. The service account volume is
Expand Down

0 comments on commit 14b4685

Please sign in to comment.