coroot / helm-charts

Coroot Helm charts
Apache License 2.0
13 stars 15 forks source link

Added an option to specify coroot Kubernetes Service annotations. #2

Closed petarpavaolacic closed 1 year ago

petarpavaolacic commented 1 year ago

Service for coroot doesn't have the option to add custom annotations through Helm values. One example where service annotations are needed is GKE Container Native Load Balancing which requires cloud.google.com/neg: '{"ingress": true}' annotation.

def commented 1 year ago

@petarpavaolacic thank you for the contribution!