Attention: Deprecation notice for Bintray, JCenter, GoCenter and ChartCenter. Learn More
aws/appmesh-spire-server
Chart version: 1.0.0
Api version: v1
App version: 1.0.0
SPIRE Server Helm chart for AppMesh mTLS support on Kubernetes
application
Chart Type
Active
Status
Unknown
License
118
Downloads
https://aws.github.io/eks-charts
Set me up:
helm repo add center https://repo.chartcenter.io
Install Chart:
helm install appmesh-spire-server center/aws/appmesh-spire-server
Versions (0)
View all
Sample App Mesh SPIRE Server
Sample App Mesh SPIRE Server Helm chart for Kubernetes
Installing the Chart
Add the EKS repository to Helm:
helm repo add eks https://aws.github.io/eks-charts
Install App Mesh SPIRE Server:
helm upgrade -i appmesh-spire-server eks/appmesh-spire-server \
--namespace spire
The configuration section lists the parameters that can be configured during installation.
Uninstalling the Chart
To uninstall/delete the appmesh-spire-server
deployment:
helm delete appmesh-spire-server --namespace spire
The command removes all the Kubernetes components associated with the chart and deletes the release.
Configuration
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 |