Unleash / helm-charts

Contains helm-charts for Unleash
Apache License 2.0
41 stars 56 forks source link

Add annotations to service. #77

Closed bug-c closed 1 year ago

bug-c commented 1 year ago

Add annotations to unleash-service proxy helm template to be able to customise service template.

Example 1: Use unleash proxy behind an ingress that support GKE NEG load balancer:

service:
  annotations:
    cloud.google.com/neg: '{"ingress": true}' # Creates a NEG after an Ingress is created

About the changes

Allow custom ingress settings for the unleash proxy service similar to unleash service chart template.

Important files

stale[bot] commented 1 year ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.