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

Commits on May 17, 2023

  1. Update azureblobstorage.py

    updat the blob endpoint to core.chinacloudapi.cn, which is the Azure China blob endpoint
    DevOps-zhuang authored May 17, 2023
    Configuration menu
    Copy the full SHA
    4b1fd96 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. add two yaml files for K8S use

    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.
    DevOps-zhuang authored May 19, 2023
    Configuration menu
    Copy the full SHA
    5feddc4 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Update README.md to support K8S deploy

    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.
    DevOps-zhuang authored May 20, 2023
    Configuration menu
    Copy the full SHA
    795797c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Update azureblobstorage.py

     # comment and update it to support both global azure and Azure China, they are of different blob end point suffix.
    DevOps-zhuang authored May 22, 2023
    Configuration menu
    Copy the full SHA
    4279111 View commit details
    Browse the repository at this point in the history
  2. Update .env.template

    add one column to support both Azure China and Global Azure BLOB_ENDPOINT_SUFFIX=core.windows.net
    DevOps-zhuang authored May 22, 2023
    Configuration menu
    Copy the full SHA
    fceaa4e View commit details
    Browse the repository at this point in the history
  3. Update README.md

    update the mark file to display it correctly.
    DevOps-zhuang authored May 22, 2023
    Configuration menu
    Copy the full SHA
    fac47df View commit details
    Browse the repository at this point in the history
  4. Update README.md

    DevOps-zhuang authored May 22, 2023
    Configuration menu
    Copy the full SHA
    ebbcfce View commit details
    Browse the repository at this point in the history
  5. Update config-template.yml

    BLOB_ENDPOINT_SUFFIX: "core.windows.net"
    DevOps-zhuang authored May 22, 2023
    Configuration menu
    Copy the full SHA
    e9c1d40 View commit details
    Browse the repository at this point in the history