diff --git a/README.md b/README.md index 2b44e3c..7991d25 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) \ No newline at end of file +> kubectl port-forward svc/argocd-server -n argocd 8080:443 # 💡 ArgoCD Dashboard(admin/password) +> ``` \ No newline at end of file diff --git a/k8s/bootstrap/argocd-config/projects/myapp.yaml b/k8s/bootstrap/argocd-config/projects/myapp.yaml index 8e6cec6..8eced9b 100644 --- a/k8s/bootstrap/argocd-config/projects/myapp.yaml +++ b/k8s/bootstrap/argocd-config/projects/myapp.yaml @@ -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