Skip to content

A simple echo helm chart for testing, demonstrating or experimenting

License

Notifications You must be signed in to change notification settings

k8stooling/helm-echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a very simple helm chart to deploy a quick echo service with jmalloc/echo-server.

It is setting securityContext, resources and networkpolicy by default, so that you spare some iterations on restricted environments.

A simple values file looks like this to enable ingress:

ingress:
  enabled: true
  className: # your ingressClassName
  annotations:
    # your ingress controller, cert manager or external-dns related annotations
    hello: world
  hosts:
    - host: echo.example.com
      tls_secret: echo-tls
      paths:
        - path: /
          pathType: ImplementationSpecific
  tls: true

Installation

helm upgrade --install oci://ghcr.io/k8stooling/charts/echo --version 2025.01.27

About

A simple echo helm chart for testing, demonstrating or experimenting

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages