Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/pulsar-helm-chart
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: qraft-technologies/apache-pulsar-helm-chart
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 22 files changed
  • 4 contributors

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    575d228 View commit details
    Browse the repository at this point in the history
  2. F: add scrape_config for inference container

    As inference container belongs to worker pod which needs two ports
    exposed from a pod, existing scrape configuration was not enough. This
    commit adds additional scrape config rules for quick and dirty patch to
    scrape both manager and inference container metrics.
    doehyunbaek committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    7bd27c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a08bf34 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Merge pull request #1 from qraft-technologies/feature/rebase-onto-ups…

    …tream
    
    Feature/rebase onto upstream
    doehyun-baek authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    a78eb45 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    361b7a3 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. F: add JournalWriteData: false config

    We decided we should turn journaling off for now, as proposed and
    discussed in https://qraftec.atlassian.net/wiki/spaces/AXE/pages/126648341.
    
    Note possible data loss when machine failure or ledger truncation.
    doehyunbaek authored and doehyun-baek committed May 10, 2022
    Configuration menu
    Copy the full SHA
    c2a1c1b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    6bdffd8 View commit details
    Browse the repository at this point in the history
  2. F: add file_sd_configs for axe-rest-api

    Though it is not the cleanest, it gets the jobs done. Further changes to
    axe-rest-api deployment configuration should be synced to
    prometheus-deployment.yaml.
    
    Though note that this tries to scrape ip address of cluster host, so if
    your axe-rest-api server is running on baremetal but your cluster is
    running on vm, it would not be able to scrape metrics. Deploy cluster on
    baremetal or run your server on top of vm.
    doehyunbaek authored and doehyun-baek committed May 13, 2022
    Configuration menu
    Copy the full SHA
    70bb8df View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    67d605e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    439a3d9 View commit details
    Browse the repository at this point in the history
  2. F: fix grafana service port

    JuyunLee authored and doehyun-baek committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    d82e62d View commit details
    Browse the repository at this point in the history
  3. F: fix pulsar-manager service port

    JuyunLee authored and doehyun-baek committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    86119e2 View commit details
    Browse the repository at this point in the history
  4. B: target port was required

    JuyunLee authored and doehyun-baek committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    f6cb651 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6750445 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. F: kubernetes version update to v1.22 (#6)

    * F: kubernetes version update to v1.22
    
    * F: remain nodePort only when it's NodePort type
    JuyunLee authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    400c07b View commit details
    Browse the repository at this point in the history
Loading