added initial istio BLAHAJ code

This commit is contained in:
2025-08-27 19:32:09 -04:00
parent 44de4f6345
commit ba11630d56
22 changed files with 438 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# THE C H I L D
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: app-kelp
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/ION606/argo-temp.git
targetRevision: blahaj-app
path: apps/kelp
destination:
server: https://kubernetes.default.svc
namespace: demo
syncPolicy:
automated: { prune: true, selfHeal: true }