Skip to content

Commit

Permalink
feat: ArgoCD Onboard App
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurVardevanyan committed Feb 10, 2024
1 parent bd34012 commit 1e860c0
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
17 changes: 17 additions & 0 deletions kubernetes/argocd/apps/app-projects/finance-tracker.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: finance-tracker
namespace: argocd-apps
spec:
destinations:
- name: in-cluster
namespace: finance-tracker
server: "https://kubernetes.default.svc"
- name: in-cluster
namespace: knative-serving
server: "https://kubernetes.default.svc"
sourceNamespaces:
- finance-tracker
sourceRepos:
- "*"
1 change: 1 addition & 0 deletions kubernetes/argocd/apps/argocd-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spec:
- "smoke-tests"
- "analytics-for-spotify"
- "knative-serving"
- "finance-tracker"
monitoring:
enabled: true
server:
Expand Down
1 change: 1 addition & 0 deletions kubernetes/argocd/apps/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ resources:
- ./argocd-apps.yaml
- ./rbac.yaml
- ./app-projects/analytics-for-spotify.yaml
- ./app-projects/finance-tracker.yaml
- ./app-projects/smoke-tests.yaml
2 changes: 1 addition & 1 deletion kubernetes/stackrox-central/base/postgres/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
storage: 15Gi
name: ""
replicas: 2
resources:
Expand Down

0 comments on commit 1e860c0

Please sign in to comment.