-
Notifications
You must be signed in to change notification settings - Fork 64
All in one deployment #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
aliannus2
wants to merge
22
commits into
kasvith:master
Choose a base branch
from
aliannus2:all-in-one-deployment
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Your branch is up to date with 'origin/master'. Changes to be committed: modified: .gitignore new file: infra/.helm/cache/argo-cd-8.5.7.tgz new file: infra/main.tf new file: infra/modules/argocd/main.tf new file: infra/modules/argocd/outputs.tf new file: infra/modules/argocd/variables.tf new file: infra/outputs.tf new file: infra/providers.tf new file: infra/variables.tf new file: k8s/namespace.yaml
Your branch is up to date with 'origin/master'. Changes to be committed: deleted: infra/.helm/cache/argo-cd-8.5.7.tgz modified: infra/main.tf modified: infra/providers.tf deleted: k8s/namespace.yaml
Your branch is up to date with 'origin/master'. Changes to be committed: modified: infra/main.tf modified: infra/variables.tf
Your branch is up to date with 'origin/master'. Changes to be committed: new file: infra/terraform.tfvars.example
Your branch is up to date with 'origin/master'. Changes to be committed: modified: .gitignore new file: infra/modules/minikube/main.tf new file: infra/modules/minikube/outputs.tf new file: infra/modules/minikube/variables.tf
Changes to be committed: modified: infra/main.tf modified: infra/modules/argocd/main.tf modified: infra/modules/argocd/variables.tf modified: infra/modules/minikube/main.tf modified: infra/modules/minikube/outputs.tf modified: infra/modules/minikube/variables.tf modified: infra/outputs.tf modified: infra/providers.tf modified: infra/variables.tf
Your branch is up to date with 'origin/local-exec-minikube'. Changes to be committed: modified: infra/main.tf modified: infra/modules/argocd/main.tf modified: infra/modules/argocd/variables.tf modified: infra/modules/minikube/main.tf modified: infra/providers.tf modified: infra/variables.tf new file: k8s/base/apigateway/configmap.yaml new file: k8s/base/apigateway/deployment.yaml new file: k8s/base/apigateway/hpa.yaml new file: k8s/base/apigateway/service.yaml new file: k8s/base/frontend/configmap.yaml new file: k8s/base/frontend/deployment.yaml new file: k8s/base/frontend/hpa.yaml new file: k8s/base/frontend/service.yaml new file: k8s/base/kustomization.yaml new file: k8s/base/namespace.yaml new file: k8s/base/overlays/dev/kustomization.yaml new file: k8s/base/quoteservice/configmap.yaml new file: k8s/base/quoteservice/deployment.yaml new file: k8s/base/quoteservice/hpa.yaml new file: k8s/base/quoteservice/service.yaml new file: k8s/base/rbac/role-readonly.yaml new file: k8s/base/rbac/role-readwrite.yaml new file: k8s/base/rbac/rolebinding-readonly.yaml new file: k8s/base/rbac/rolebinding-readwrite.yaml new file: k8s/base/resourcequota.yaml
Your branch is up to date with 'origin/local-exec-minikube'. Changes to be committed: renamed: k8s/base/overlays/dev/kustomization.yaml -> k8s/overlays/dev/kustomization.yaml
Your branch is up to date with 'origin/local-exec-minikube'. Changes to be committed: modified: k8s/base/apigateway/deployment.yaml modified: k8s/base/frontend/deployment.yaml modified: k8s/base/quoteservice/deployment.yaml
Your branch is up to date with 'origin/local-exec-minikube'. Changes to be committed: modified: k8s/base/apigateway/configmap.yaml modified: k8s/base/apigateway/deployment.yaml modified: k8s/base/apigateway/service.yaml modified: k8s/base/frontend/configmap.yaml modified: k8s/base/frontend/deployment.yaml modified: k8s/base/frontend/service.yaml modified: k8s/base/quoteservice/deployment.yaml modified: k8s/base/quoteservice/service.yaml
Your branch is up to date with 'origin/local-exec-minikube'. Changes to be committed: modified: k8s/base/quoteservice/deployment.yaml
Your branch is up to date with 'origin/local-exec-minikube'. Changes to be committed: modified: k8s/base/quoteservice/deployment.yaml
Your branch is up to date with 'origin/local-exec-minikube'. Changes to be committed: modified: k8s/base/quoteservice/deployment.yaml
Your branch is up to date with 'origin/local-exec-minikube'. Changes to be committed: modified: k8s/base/quoteservice/deployment.yaml
Your branch is up to date with 'origin/local-exec-minikube'. Changes to be committed: modified: k8s/base/quoteservice/deployment.yaml
Your branch is up to date with 'origin/local-exec-minikube'. Changes to be committed: modified: README.md new file: README_App.md modified: infra/main.tf modified: infra/modules/argocd/main.tf modified: infra/modules/argocd/variables.tf modified: infra/modules/minikube/main.tf modified: infra/modules/minikube/outputs.tf modified: infra/terraform.tfvars.example
Changes to be committed: deleted: infra/main.tf new file: infra/modules/application/main.tf new file: infra/modules/application/outputs.tf new file: infra/modules/application/variables.tf modified: infra/modules/argocd/main.tf modified: infra/modules/argocd/outputs.tf modified: infra/modules/argocd/variables.tf new file: infra/modules/cluster-minikube/main.tf new file: infra/modules/cluster-minikube/outputs.tf new file: infra/modules/cluster-minikube/variables.tf deleted: infra/modules/minikube/main.tf deleted: infra/modules/minikube/outputs.tf deleted: infra/modules/minikube/variables.tf deleted: infra/outputs.tf new file: infra/projects/application/main.tf new file: infra/projects/application/outputs.tf new file: infra/projects/application/providers.tf new file: infra/projects/application/variabels.tf new file: infra/projects/argocd/main.tf new file: infra/projects/argocd/outputs.tf renamed: infra/providers.tf -> infra/projects/argocd/providers.tf new file: infra/projects/argocd/terraform.tfvars.example new file: infra/projects/argocd/variables.tf new file: infra/projects/cluster/main.tf new file: infra/projects/cluster/outputs.tf new file: infra/projects/cluster/provider.tf new file: infra/projects/cluster/terraform.tfvars.example new file: infra/projects/cluster/variables.tf deleted: infra/terraform.tfvars.example deleted: infra/variables.tf
Your branch is up to date with 'origin/all-in-one-deployment'. Changes to be committed: renamed: infra/modules/application/main.tf -> modules/application/main.tf renamed: infra/modules/application/outputs.tf -> modules/application/outputs.tf renamed: infra/modules/application/variables.tf -> modules/application/variables.tf renamed: infra/modules/argocd/main.tf -> modules/argocd/main.tf renamed: infra/modules/argocd/outputs.tf -> modules/argocd/outputs.tf renamed: infra/modules/argocd/variables.tf -> modules/argocd/variables.tf renamed: infra/modules/cluster-minikube/main.tf -> modules/cluster-minikube/main.tf renamed: infra/modules/cluster-minikube/outputs.tf -> modules/cluster-minikube/outputs.tf renamed: infra/modules/cluster-minikube/variables.tf -> modules/cluster-minikube/variables.tf renamed: infra/projects/application/main.tf -> projects/application/main.tf renamed: infra/projects/application/outputs.tf -> projects/application/outputs.tf renamed: infra/projects/application/providers.tf -> projects/application/providers.tf renamed: infra/projects/application/variabels.tf -> projects/application/variabels.tf renamed: infra/projects/argocd/main.tf -> projects/argocd/main.tf renamed: infra/projects/argocd/outputs.tf -> projects/argocd/outputs.tf renamed: infra/projects/argocd/providers.tf -> projects/argocd/providers.tf renamed: infra/projects/argocd/terraform.tfvars.example -> projects/argocd/terraform.tfvars.example renamed: infra/projects/argocd/variables.tf -> projects/argocd/variables.tf renamed: infra/projects/cluster/main.tf -> projects/cluster/main.tf renamed: infra/projects/cluster/outputs.tf -> projects/cluster/outputs.tf renamed: infra/projects/cluster/provider.tf -> projects/cluster/provider.tf renamed: infra/projects/cluster/terraform.tfvars.example -> projects/cluster/terraform.tfvars.example renamed: infra/projects/cluster/variables.tf -> projects/cluster/variables.tf
Your branch is up to date with 'origin/all-in-one-deployment'. Changes to be committed: new file: stacks/all-in-one/main.tf new file: stacks/all-in-one/providers.tf new file: stacks/all-in-one/variables.tf
Your branch is up to date with 'origin/all-in-one-deployment'. Changes to be committed: modified: README.md deleted: README_App.md new file: projects/application/terraform.tfvars.example new file: stacks/all-in-one/outputs.tf Changes not staged for commit: modified: README.md
|
Your branch is ahead of 'origin/all-in-one-deployment' by 1 commit. (use "git push" to publish your local commits) Changes to be committed: modified: README.md
cce9718
to
4272388
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.