new platform engineer agent
This commit is contained in:
24
argocd/apps/platform-engineer.yaml
Normal file
24
argocd/apps/platform-engineer.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: platform-engineer
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "0"
|
||||
spec:
|
||||
project: k3s-cluster
|
||||
source:
|
||||
repoURL: https://git.rogi.casa/roger/k3s-cluster.git
|
||||
targetRevision: main
|
||||
path: platform-engineer
|
||||
directory:
|
||||
recurse: true
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: platform-engineer
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=false
|
||||
@@ -38,6 +38,7 @@ APPS=(
|
||||
"openwebui|openwebui|openwebui|true|true"
|
||||
"phoenix|phoenix|phoenix|true|false"
|
||||
"pihole|pihole|pihole|true|true"
|
||||
"platform-engineer|platform-engineer|platform-engineer|true|true"
|
||||
"qbittorrent|qbittorrent|qbittorrent|true|true"
|
||||
"vaultwarden|vaultwarden|vaultwarden|true|true"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user