-
Notifications
You must be signed in to change notification settings - Fork 26
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
Adding API Gateway #4
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Kamesh Sampath <kamesh.sampath@hotmail.com>
@jcrossley3 - I still need to add the APIManagement job, wondering shall I add to the same template? |
@kameshsampath sure that's fine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this go in the ephemeral template, too?
metadata: | ||
name: apigateway | ||
data: | ||
apimgmt-init: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This script isn't referenced by anything. Can we get rid of it? If not, let's remove the redundancy and factor the common stuff into a shared script
apigateway-init: | | ||
# Dynamically determine API gateway host and other environment variables | ||
export TOKEN="$(cat /var/run/secrets/kubernetes.io/serviceaccount/token)" | ||
export NAMESPACE="$(cat /run/secrets/kubernetes.io/serviceaccount/namespace)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be /var/run
right?
Moving API Gateway related changes from Original Repo to this new repo
Signed-off-by: Kamesh Sampath kamesh.sampath@hotmail.com