infra4scaleway/apps/cluster-ingress.yaml
Martyn Ranyard ef51fa9649 ingress, ssl, auth, nc (no persist)
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2025-06-29 07:54:14 +00:00

32 lines
670 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cluster-ingress
namespace: argocd
operation:
initiatedBy:
automated: true
retry:
limit: 5
sync:
prune: true
revision: 4.12.3
spec:
destination:
namespace: cluster-ingress
server: https://kubernetes.default.svc
project: default
source:
chart: ingress-nginx
helm:
parameters:
- name: controller.hostNetwork
value: "true"
- name: controller.service.type
value: "ClusterIP"
repoURL: https://kubernetes.github.io/ingress-nginx
targetRevision: 4.12.3
syncPolicy:
automated:
prune: true
selfHeal: true