From 08ef620901064b16908c1931acae9e515268d066 Mon Sep 17 00:00:00 2001 From: Martyn Date: Tue, 27 Jan 2026 20:40:53 +0100 Subject: [PATCH] ingress for other host --- app-of-apps/s3onhp40l.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app-of-apps/s3onhp40l.yaml diff --git a/app-of-apps/s3onhp40l.yaml b/app-of-apps/s3onhp40l.yaml new file mode 100644 index 0000000..1d54618 --- /dev/null +++ b/app-of-apps/s3onhp40l.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: s3onhp40l + namespace: argocd +spec: + destination: + namespace: s3onhp40l + server: https://kubernetes.default.svc + project: default + source: + path: apps-kustomized/s3onhp40l + repoURL: http://forgejo.git.svc.cluster.local/martyn/infra4talos.git + targetRevision: HEAD + syncPolicy: + automated: + selfHeal: true