Attention: Deprecation notice for Bintray, JCenter, GoCenter and ChartCenter. Learn More
halkeye/docker-auth
Chart version: 0.1.1
Api version: v1
App version: 1.6.0
Open source token authentication server for Docker Registry 2
application
Chart Type
Active
Status
Unknown
License
709
Downloads
https://halkeye.github.io/helm-charts
Set me up:
helm repo add center https://repo.chartcenter.io
Install Chart:
helm install docker-auth center/halkeye/docker-auth
Versions (0)
View all
docker-auth
Open source token authentication server for Docker Registry 2
Current chart version is 0.1.1
Source code can be found here
Chart Values
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
auth_config.server.addr | string | ":{{ .Values.service.port }}" |
|
auth_config.server.path_prefix | string | "" |
|
auth_config.token.expiration | int | 900 |
|
auth_config.token.issuer | string | "Acme auth server" |
|
certs | object | {} |
|
fullnameOverride | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "cesanta/docker_auth" |
|
image.tag | string | "{{ .Chart.AppVersion }}" |
|
imagePullSecrets | list | [] |
|
ingress.annotations | object | {} |
|
ingress.enabled | bool | false |
|
ingress.hosts[0].host | string | "chart-example.local" |
|
ingress.hosts[0].paths | list | [] |
|
ingress.tls | list | [] |
|
nameOverride | string | "" |
|
nodeSelector | object | {} |
|
podSecurityContext | object | {} |
|
replicaCount | int | 1 |
|
resources | object | {} |
|
securityContext | object | {} |
|
service.port | int | 5001 |
|
service.type | string | "ClusterIP" |
|
serviceAccount.create | bool | true |
|
serviceAccount.name | string | nil |
|
tolerations | list | [] |