Skip to content
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

Removing apim #58

Merged
merged 4 commits into from
Nov 26, 2021
Merged

Removing apim #58

merged 4 commits into from
Nov 26, 2021

Conversation

antonioT90
Copy link
Contributor

List of changes

apim removed from gateway, it will be temporarely used only for mock purpose

Motivation and context

Type of changes

  • Add new resources
  • Update configuration to existing resources
  • Remove existing resources

Env to apply

  • DEV
  • UAT
  • PROD

Does this introduce a change to production resources with possible user impact?

  • Yes, users may be impacted applying this change
  • No

Does this introduce an unwanted change on infrastructure? Check terraform plan execution result

  • Yes
  • No

Other information


If PR is partially applied, why? (reserved to mantainers)

@antonioT90 antonioT90 requested a review from a team November 25, 2021 15:14
namespace = kubernetes_namespace.selc.metadata[0].name
annotations = {
"kubernetes.io/ingress.class" = "nginx"
"nginx.ingress.kubernetes.io/rewrite-target" = "/pdnd-interop-uservice-$1/0.1/$2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe better use 0.1 as terraform var

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the version 0.1 is statically mapped to the v1 version of the ingress' path
I suggest to let it be a costant and not defined as variable

@antonioT90 antonioT90 merged commit 0a2861f into main Nov 26, 2021
@antonioT90 antonioT90 deleted the removing-apim branch November 26, 2021 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants