helm

chatgpt-retrieval-plugin

:exclamation: This Helm Chart is deprecated!

Version: 0.0.21 Type: application AppVersion: 0.0.1

ChatGPT Retrieval Plugin Helm chart for Kubernetes

Homepage: https://github.com/icoretech/chatgpt-retrieval-plugin-docker

Source Code

Values

Key Type Default Description
fullnameOverride string ""  
nameOverride string ""  
web.affinity object {}  
web.config string nil  
web.extraEnvFromSecret list []  
web.extraEnvs list []  
web.hpa.cpu string nil  
web.hpa.enabled bool false  
web.hpa.maxReplicas int 10  
web.hpa.memory string nil  
web.hpa.requests string nil  
web.image string "ghcr.io/icoretech/chatgpt-retrieval-plugin-docker:postgres-9969191-1685433326"  
web.imagePullPolicy string "IfNotPresent"  
web.imagePullSecrets string ""  
web.ingress.annotations object {}  
web.ingress.enabled bool false  
web.ingress.hosts list []  
web.ingress.ingressClassName string "nginx"  
web.ingress.tls list []  
web.livenessProbe.enabled bool false  
web.livenessProbe.failureThreshold int 2  
web.livenessProbe.httpGet.httpHeaders list []  
web.livenessProbe.initialDelaySeconds int 0  
web.livenessProbe.periodSeconds int 10  
web.livenessProbe.successThreshold int 1  
web.livenessProbe.timeoutSeconds int 5  
web.nodeSelector object {}  
web.readinessProbe.enabled bool false  
web.readinessProbe.failureThreshold int 2  
web.readinessProbe.httpGet.httpHeaders list []  
web.readinessProbe.initialDelaySeconds int 0  
web.readinessProbe.periodSeconds int 10  
web.readinessProbe.successThreshold int 1  
web.readinessProbe.timeoutSeconds int 5  
web.replicaCount int 1  
web.resources object {}  
web.service.annotations object {}  
web.service.enabled bool true  
web.service.port int 8080  
web.service.type string "ClusterIP"  
web.terminationGracePeriodSeconds int 0  
web.tolerations list []  
web.updateStrategy.rollingUpdate.maxSurge int 1  
web.updateStrategy.rollingUpdate.maxUnavailable int 0  
web.updateStrategy.type string "RollingUpdate"  

Autogenerated from chart metadata using helm-docs v1.14.2