Giter Site home page Giter Site logo

chart-demo's Introduction

app

Version: 1.0.2 Type: application AppVersion: 1.0.0

A General Helm chart for K8s applications

Maintainers

Name Email Url
vlidtara [email protected] https://github.com/vlidtara/chart-demo

Source Code

Requirements

Kubernetes: >=1.22.0-0

Values

Key Type Default Description
affinity object {} Affinity configuration
autoscaling object {"enabled":false,"maxReplicas":100,"minReplicas":1,"targetCPUUtilizationPercentage":80,"targetMemoryUtilizationPercentage":80} Autoscaling configuration
fullnameOverride string "" Override the default fullname of the chart
image object {"pullPolicy":"IfNotPresent","repository":"nginx","tag":""} Configuration for the container image
image.pullPolicy string "IfNotPresent" Image pull policy (e.g. Always, IfNotPresent, Never)
image.repository string "nginx" Image repository and name
image.tag string "" Overrides the image tag, default is the chart appVersion
imagePullSecrets object {} Configuration for image pull secrets
ingress object {"annotations":{},"className":"","enabled":false,"hosts":[{"host":"chart-example.local","paths":[{"path":"/","pathType":"ImplementationSpecific"}]}],"tls":[]} Configuration for the ingress resource
livenessProbe object {"enable":false,"failureThreshold":3,"httpGet":{"path":"/","port":"http"},"initialDelaySeconds":30,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":5} Liveness probe configuration
nameOverride string "" Override the default name of the chart
nodeSelector object {} Node Selector configuration
podAnnotations object {} Configuration for pod annotations
podPorts list [{"containerPort":80,"name":"http","protocol":"TCP"}] Pod ports configuration
podSecurityContext object {} Configuration for the pod security context
readinessProbe object {"enable":false,"failureThreshold":3,"httpGet":{"path":"/","port":"http"},"initialDelaySeconds":5,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":5} Readiness probe configuration
replicaCount int 1 Number of replicas for the deployment
resources object {"limits":{"cpu":"200m","memory":"200Mi"},"requests":{"cpu":"100m","memory":"128Mi"}} Configuration for resource limits and requests
securityContext object {} Configuration for the security context of the container
service object {"port":80,"type":"ClusterIP"} Configuration for the Kubernetes service
service.port int 80 Service port
service.type string "ClusterIP" Service type (e.g. ClusterIP, NodePort, LoadBalancer)
serviceAccount object {"annotations":{},"create":true,"name":""} Configuration for the service account
serviceAccount.annotations object {} Annotations to add to the service account
serviceAccount.create bool true Specifies whether a service account should be created
serviceAccount.name string "" The name of the service account to use If not set and create is true, a name is generated using the fullname template
tolerations list [] Tolerations configuration

Autogenerated from chart metadata using helm-docs v1.11.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.