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

Azurechina #71

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

DevOps-zhuang
Copy link

No description provided.

updat the blob endpoint to core.chinacloudapi.cn, which is the Azure China blob endpoint
add two files.
the config-template.yml is to create a config file named env-configmap
then for all-in-one.yml, it will create deployment and service to expose this deployment.
1, add K8S Yaml files, it includes the configmap/deploy/service
2, customized the container, so that both batch and web containers can be within the same pod. because they both use port 80. so we have to update it.
@ruoccofabrizio
Copy link
Owner

hi @DevOps-zhuang thanks for contributing! Could you please modify your PR to work both in Azure China and Azure Global? Changing the default Blob Endpoint would break the Global deployment.

 # comment and update it to support both global azure and Azure China, they are of different blob end point suffix.
add one column to support both Azure China and Global Azure BLOB_ENDPOINT_SUFFIX=core.windows.net
update the mark file to display it correctly.
BLOB_ENDPOINT_SUFFIX: "core.windows.net"
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