Giter Club home page Giter Club logo

helm-lab-nginx's Introduction

helm-nginx

Lab-nginx

This chart was created to deploy a ngnix application in a kubernetes cluster.

lab-ngnix\values.yaml

This file has the configuration of the nginx. The cluster will have an auto scaling policy based on cpu usage. The minimum size of of ngninx cluster will be 3 and will scale until 10 if the cpu usage is equal or above 80%.

autoscaling:
  enabled: true
  minReplicas: 3
  maxReplicas: 10
  targetCPUUtilizationPercentage: 80

The application will have a load balancer that will distribute de load between the applications.

service:
  type: LoadBalancer
  port: 8080
lab-ngnix\Chart.yaml

Here we have some of the metadata of the deployments. Like the version of the deployment, some keywords and the contact information

Configuration

The following table lists the configurable parameters of the Lab-nginx chart and their default values.

Parameter Description Default
replicaCount 1
image.repository "nginx"
image.pullPolicy "Always"
image.tag "1.19.8"
imagePullSecrets []
nameOverride ""
fullnameOverride ""
serviceAccount.create true
serviceAccount.annotations {}
serviceAccount.name "lab-nginx"
podAnnotations {}
podSecurityContext {}
securityContext {}
service.type "NodePort"
service.port 8080
ingress.enabled false
ingress.annotations {}
ingress.hosts [{"host": "chart-lab.local", "paths": [{"path": "/", "backend": {"serviceName": "chart-lab.local", "servicePort": 80}}]}]
ingress.tls []
resources.limits.cpu "100m"
resources.limits.memory "128Mi"
resources.requests.cpu "100m"
resources.requests.memory "128Mi"
autoscaling.enabled true
autoscaling.minReplicas 3
autoscaling.maxReplicas 10
autoscaling.targetCPUUtilizationPercentage 80
nodeSelector {}
tolerations []
affinity {}

Documentation generated by Frigate.

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.