tree: 6eeae78196e7f15a8664645eb037beb19dc88839 [path history] [tgz]
  1. templates/
  2. .helmignore
  3. Chart.yaml
  4. README.md
  5. values.yaml
helm/charts/iggy/README.md

iggy

Version: 0.2.0 Type: application AppVersion: 0.5.0

A Helm chart for Apache Iggy server and web-ui

Source Code

Values

KeyTypeDefaultDescription
additionalLabelsobject{}Additional labels to add to all resources
autoscaling.enabledboolfalse
autoscaling.maxReplicasint100
autoscaling.minReplicasint1
autoscaling.targetCPUUtilizationPercentageint80
fullnameOverridestring""
imagePullSecretslist[]
nameOverridestring""
podAnnotationsobject{}
podSecurityContextobject{}
resourcesobject{}
securityContextobject{}
server.affinityobject{}
server.enabledbooltrue
server.envlist[{"name":"RUST_LOG","value":"info"}]Set up environmental variables to be added to the container
server.image.pullPolicystring"IfNotPresent"
server.image.repositorystring"apache/iggy"
server.image.tagstring""
server.ingress.annotationsobject{}
server.ingress.classNamestring""
server.ingress.enabledboolfalse
server.ingress.hosts[0].hoststring"chart-example.local"
server.ingress.hosts[0].paths[0].pathstring"/"
server.ingress.hosts[0].paths[0].pathTypestring"ImplementationSpecific"
server.ingress.tlslist[]
server.nodeSelectorobject{}
server.persistenceobject{"accessMode":"ReadWriteOnce","annotations":{},"enabled":false,"existingClaim":"","size":"8Gi","storageClass":""}Add persistence volume claim configuration
server.persistence.accessModestring"ReadWriteOnce"PVC Access mode
server.persistence.annotationsobject{}PVC annotations
server.persistence.enabledboolfalseEnable persistence using a PVC
server.persistence.existingClaimstring""A manually managed Persistent Volume and Claim Requires persistence.enabled: true If defined, PVC must be created manually before volume will be bound
server.persistence.sizestring"8Gi"PVC claim size
server.persistence.storageClassstring""Persistent Volume Storage Class If defined, storageClassName: If set to “-”, storageClassName: "", which disables dynamic provisioning If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. (gp2 on AWS, standard on GKE, AWS & OpenStack)
server.ports.httpint3000
server.ports.quicint8080
server.ports.tcpint8090
server.replicaCountint1
server.service.portint3000
server.service.typestring"ClusterIP"
server.serviceMonitor.additionalLabelsobject{}Add custom labels to the ServiceMonitor resource
server.serviceMonitor.enabledbooltrueEnable this if you're using Prometheus Operator
server.serviceMonitor.honorLabelsboolfalse
server.serviceMonitor.intervalstring"30s"Fallback to the prometheus default unless specified
server.serviceMonitor.namespacestring""Namespace to deploy the ServiceMonitor
server.serviceMonitor.pathstring"/metrics"Path to scrape metrics
server.serviceMonitor.scrapeTimeoutstring"10s"Timeout for scrape metrics request
server.tolerationslist[]
server.users.root.createSecretbooltrueCreate a secret for the root user
server.users.root.existingSecretobject{"name":"","passwordKey":"password","usernameKey":"username"}Whether to use an existing secret for the root user
server.users.root.existingSecret.passwordKeystring"password"Key in the secret to get the root password from
server.users.root.existingSecret.usernameKeystring"username"Key in the secret to get the root username from
server.users.root.passwordstring"changeit"
server.users.root.usernamestring"iggy"
serviceAccount.annotationsobject{}
serviceAccount.createbooltrue
serviceAccount.namestring""
ui.affinityobject{}
ui.enabledbooltrue
ui.envobject{}Extra environmental variables to add to the container
ui.image.pullPolicystring"IfNotPresent"
ui.image.repositorystring"apache/iggy-web-ui"
ui.image.tagstring"latest"
ui.ingress.annotationsobject{}
ui.ingress.classNamestring""
ui.ingress.enabledboolfalse
ui.ingress.hosts[0].hoststring"chart-example.local"
ui.ingress.hosts[0].paths[0].pathstring"/"
ui.ingress.hosts[0].paths[0].pathTypestring"ImplementationSpecific"
ui.ingress.tlslist[]
ui.nodeSelectorobject{}
ui.ports.httpint3050
ui.replicaCountint1
ui.resourcesobject{}
ui.server.endpointstring""Set the Iggy server endpoint explicitly. If kept blank, the Iggy service URL will be used
ui.service.portint3050
ui.service.typestring"ClusterIP"
ui.tolerationslist[]

Autogenerated from chart metadata using helm-docs v1.14.2