all repos — infra @ ec8df7ec7fec8c83b57d533199f7401ffaf71510

infrastructure manifests and setup notes

charts/caddy-ingress.yaml (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
  name: caddy-ingress
  namespace: caddy-system
spec:
  repo: https://caddyserver.github.io/ingress/
  chart: caddy-ingress-controller
  targetNamespace: caddy-system
  valuesContent: |-
    fullnameOverrride: caddy-ingress
    ingressController:
      config:
        email: anirudh@oppiliappan.com
    replicaCount: 1