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

Helm Chart: Add ingress support #3935

Merged
merged 2 commits into from
Oct 5, 2019
Merged

Helm Chart: Add ingress support #3935

merged 2 commits into from
Oct 5, 2019

Conversation

nwmac
Copy link
Contributor

@nwmac nwmac commented Sep 29, 2019

Fixes #3570

I've tested this on a local test system

@nwmac nwmac self-assigned this Sep 29, 2019
@cfdreddbot
Copy link

✅ Hey nwmac! The commit authors and yourself have already signed the CLA.

@codecov
Copy link

codecov bot commented Sep 29, 2019

Codecov Report

Merging #3935 into v2-master will increase coverage by <.01%.
The diff coverage is n/a.

@@              Coverage Diff              @@
##           v2-master    #3935      +/-   ##
=============================================
+ Coverage      52.21%   52.22%   +<.01%     
=============================================
  Files            785      785              
  Lines          23017    23017              
  Branches        4124     4124              
=============================================
+ Hits           12019    12020       +1     
+ Misses         10998    10997       -1

@nwmac nwmac requested a review from kreinecke October 4, 2019 08:56
Copy link
Contributor

@kreinecke kreinecke left a comment

Choose a reason for hiding this comment

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

Tested on Minikube with/without tls, error checking etc. LGTM

@nwmac nwmac merged commit 47bad89 into v2-master Oct 5, 2019
@nwmac nwmac deleted the helm-ingress branch October 5, 2019 15:06
KlapTrap added a commit that referenced this pull request Oct 9, 2019
* v3-master:
  Fix lint & unit tests
  Fix connect to endpoint subtype
  Ensure we're passing the correct params to action builders.
  Removed console logs
  Ensure endpoint register tiles are ordered correctly
  Start with empty CustomizationsMetadata
  Convert CustomizationsMetadata inject into singleton CustomizationService
  Fix npm audit vulnerabilities (#3899)
  Remove old ingress docs and add new (#3961)
  Helm Chart: Add ingress support (#3935)
  Fix liniting
  unit tests: added more tests for components and utils
  Merge pull request #3939 from cloudfoundry-incubator/mysqldb-dev
  Gate SSO redirect on optional state whitelist (#3933)
  Add debug info for manage users e2e tests (#3938)
  Fix metrics issue with multiple k8s endpoints
  Fix non jetstream requests and other, minor fixes.
KlapTrap added a commit that referenced this pull request Oct 17, 2019
* master: (33 commits)
  Master test fixes (#3992)
  Fix npm audit error in dev dependency - handlebars used by istanbul & karma-coverage-istanbul-reporter - weird goings on in stratos (npm audit shows handlebars errors), vanilla   angular 7 app (shows no handlebars errors) and vanilla angular 8 app (no   handlabrs errors). Same istanbul and coverage dependencies in all   node_modules directories and same coverage dependency in all apps - In the end fixed via audit's recommendation to `npm update handlebars --depth 4`
  Some unit test fixes
  Update versions links in readme
  Fix v2-master references and goreportcard link
  Trivial change
  Address some todo's, make issues for others
  Remove unused route
  Fix unit test
  Reverted the app wall and removed console.log
  Fix lint & unit tests
  Fix connect to endpoint subtype
  Ensure we're passing the correct params to action builders.
  Removed console logs
  Ensure endpoint register tiles are ordered correctly
  Start with empty CustomizationsMetadata
  Convert CustomizationsMetadata inject into singleton CustomizationService
  Fix npm audit vulnerabilities (#3899)
  Remove old ingress docs and add new (#3961)
  Helm Chart: Add ingress support (#3935)
  ...
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.

Helm: have Ingress as configurable option
3 participants