Skip to content

nandonespolo/python-chart-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Chart Test

This is a helm chart that builds a simple python app in Kubernetes

Requirements:

  • Define the following Variables in the file variables_global:

    • APP_NAME
    • ACCOUNT_ID
    • AWS_REGION
  • Add the ecr repository image file:

image:
  repository: <ECRImage>
  • Add a host name for the ingress object:
  hosts:
      # check your route53 hosted zone before adding your name below
    - host: <IngressAddress>

Build it:

  • make deploy

Delete the chart

  • helm delete --purge

Versions used:

  • helm version: v3.5.4
  • kubernetes 1.18

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published