diff --git a/manifests/debug/istio/httpbin.yaml b/manifests/debug/istio/httpbin.yaml index e64948e..b51b5cd 100644 --- a/manifests/debug/istio/httpbin.yaml +++ b/manifests/debug/istio/httpbin.yaml @@ -79,3 +79,19 @@ spec: name: httpbin ports: - containerPort: 8000 + +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: ubuntu + namespace: argo-system +spec: + project: default + source: + repoURL: git@git.badhouseplants.net:badhouseplants/k8s-cluster-config.git + targetRevision: try-argo-and-flux + path: manifests/debug/ubuntu + destination: + server: https://kubernetes.default.svc + namespace: default diff --git a/manifests/debug/ubuntu.yaml b/manifests/debug/ubuntu/ubuntu.yaml similarity index 100% rename from manifests/debug/ubuntu.yaml rename to manifests/debug/ubuntu/ubuntu.yaml