Skip to content

philips-labs/dctna-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCTNA Helm Chart

This repository contains the Helm Chart for installing and configuring DCTNA (Docker Content Trust Notary Admin).

Version: 0.2.2 Type: application AppVersion: 0.1.6

A Helm chart for DCTNA.

Homepage: https://github.com/philips-labs/dct-notary-admin

Maintainers

Name Email Url
Marco Franssen marco.franssen@philips.com

Source Code

Requirements

Kubernetes: >=1.15.0-0

Values

Key Type Default Description
fullnameOverride string ""
imagePullSecrets list []
nameOverride string ""
server.affinity object {}
server.dataStorage.accessMode string "ReadWriteOnce"
server.dataStorage.enabled bool true
server.dataStorage.size string "1Gi"
server.dataStorage.storageClass string nil
server.image.pullPolicy string "IfNotPresent"
server.image.repository string "philipssoftware/dctna-server"
server.image.tag string ""
server.nodeSelector object {}
server.notary.auth.enabled bool true
server.notary.auth.password string ""
server.notary.auth.username string ""
server.notary.config.remote_server.skipTLSVerify bool false
server.notary.config.remote_server.url string "https://notary.docker.io"
server.notary.config.trust_dir string "./data"
server.podAnnotations object {}
server.podSecurityContext object {}
server.resources object {}
server.securityContext object {}
server.service.httpPort int 80
server.service.httpsPort int 443
server.service.name string "https"
server.service.type string "ClusterIP"
server.terminationGracePeriodSeconds int 10
server.tolerations list []
server.vault.address string "https://vault.hashicorp-vault:8200"
serviceAccount.annotations object {}
serviceAccount.create bool true
serviceAccount.name string ""
web.affinity object {}
web.autoscaling.enabled bool true
web.autoscaling.maxReplicas int 5
web.autoscaling.minReplicas int 1
web.autoscaling.targetCPUUtilizationPercentage int 80
web.autoscaling.targetMemoryUtilizationPercentage int 80
web.image.pullPolicy string "IfNotPresent"
web.image.repository string "philipssoftware/dctna-web"
web.image.tag string ""
web.ingress.annotations object {}
web.ingress.enabled bool false
web.ingress.hosts object {}
web.livenessProbe.enabled bool true
web.nodeSelector object {}
web.podAnnotations object {}
web.podSecurityContext object {}
web.readinessProbe.enabled bool true
web.replicaCount int 1
web.resources object {}
web.securityContext object {}
web.service.port int 80
web.service.type string "ClusterIP"
web.tolerations list []