Sample App Mesh SPIRE Server Helm chart for Kubernetes
Add the EKS repository to Helm:
helm repo add eks https://aws.github.io/eks-chartsInstall App Mesh SPIRE Server:
helm upgrade -i appmesh-spire-server eks/appmesh-spire-server \
--namespace spireThe configuration section lists the parameters that can be configured during installation.
To uninstall/delete the appmesh-spire-server deployment:
helm delete appmesh-spire-server --namespace spireThe command removes all the Kubernetes components associated with the chart and deletes the release.
The following tables lists the configurable parameters of the chart and their default values.
| Parameter | Description | Default |
|---|---|---|
config.trustDomain |
SPIRE Trust Domain | appmesh.aws |
config.logLevel |
Log Level | DEBUG |
config.svidTTL |
SVID TTL value | 1h |
config.bindAddress |
SPIRE Server Bind Address | 0.0.0.0 |
config.bindPort |
SPIRE Server Bind Port | 8081 |
serviceAccount.create |
If true, create a new service account |
true |
serviceAccount.name |
Service account to be used | spire-server |