Skip to content

harness/helm-log-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

log-service

Version: 0.2.7 Type: application AppVersion: 0.0.1

A Helm chart for Kubernetes

Requirements

Repository Name Version
https://charts.bitnami.com/bitnami common 2.x.x
https://harness.github.io/helm-common harness-common 1.x.x

Values

Key Type Default Description
affinity object {}
fullnameOverride string ""
global.loadbalancerURL string ""
image.digest string ""
image.pullPolicy string "IfNotPresent"
image.registry string "docker.io"
image.repository string "harness/log-service-signed"
image.tag string "release-18"
imagePullSecrets object {}
logServiceS3AccessKeyID.key string "root-user"
logServiceS3AccessKeyID.name string "minio"
logServiceS3SecretAccessKey.key string "root-password"
logServiceS3SecretAccessKey.name string "minio"
maxSurge int 1
maxUnavailable int 0
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podSecurityContext object {}
replicaCount int 1
resources.limits.cpu int 1
resources.limits.memory string "3072Mi"
resources.requests.cpu int 1
resources.requests.memory string "3072Mi"
s3.accessKeyId string ""
s3.bucketName string "logs"
s3.endpoint string ""
s3.region string "us-east-1"
s3.secretAccessKey string ""
securityContext.runAsNonRoot bool true
securityContext.runAsUser int 65534
service.port int 8079
service.type string "ClusterIP"
serviceAccount.annotations object {}
serviceAccount.create bool false
serviceAccount.name string "harness-default"
tolerations list []

Autogenerated from chart metadata using helm-docs v1.11.0