Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ ArgoCD and `Kustomize` based cloud native IaC & GitOps setup.
```

> 💡 Sample Kind Dev Cluster
> ```shell
> kind create cluster --name dev
> kubectl apply -k k8s/bootstrap/argocd
> kubectl apply -k k8s/bootstrap/argocd-config
Expand All @@ -193,4 +194,5 @@ ArgoCD and `Kustomize` based cloud native IaC & GitOps setup.
> kubectl port-forward svc/shared-gateway-dev-istio -n istio-ingress 8081:8081 # 💡 Shared Dev Gateway
> curl -X GET 'localhost:8081/myapp/v1/books' --header 'Accept: application/json'
>
> kubectl port-forward svc/argocd-server -n argocd 8080:443 # 💡 ArgoCD Dashboard(admin/password)
> kubectl port-forward svc/argocd-server -n argocd 8080:443 # 💡 ArgoCD Dashboard(admin/password)
> ```
4 changes: 4 additions & 0 deletions k8s/bootstrap/argocd-config/projects/myapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ spec:
kind: Pooler
- group: postgresql.cnpg.io
kind: ScheduledBackup
- group: gateway.networking.k8s.io
kind: Gateway
- group: gateway.networking.k8s.io
kind: HTTPRoute

roles:
- name: platform-admin
Expand Down
Loading