Argo app of apps

This commit is contained in:
Nikolai Rodionov 2024-07-02 18:13:06 +02:00
parent dad0e08ec3
commit c72f1d4f25
No known key found for this signature in database
GPG Key ID: B874DEE37A0C17DB
2 changed files with 16 additions and 0 deletions

View File

@ -79,3 +79,19 @@ spec:
name: httpbin name: httpbin
ports: ports:
- containerPort: 8000 - 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