/helm-generic

Generic Helm charts

Primary LanguageMustacheApache License 2.0Apache-2.0

helm-generic

Generic Helm charts

Notes

common library

Common library inspired by helm common

Ingress notes

Gateway API is recommended way to expose application outside

Some example:

kind: HTTPRoute
apiVersion: gateway.networking.k8s.io/v1
metadata:
  name: application-name
  namespace: application-namespace
spec:
  parentRefs:
    - kind: Gateway
      name: default-internal
      namespace: gateway-namespace
  hostnames:
    - k8s.technicaldomain.xyz
  rules:
    - matches:
        - path:
            type: PathPrefix
            value: "/"
      backendRefs:
        - name: application-service
          port: 80

icons

Icons made by Good Ware from www.flaticon.com