ory / k8s

Kubernetes Helm Charts for the ORY ecosystem.
https://k8s.ory.sh/helm
Apache License 2.0
335 stars 261 forks source link

feat: support enable, labels, and annotations for selfservice-ui service #701

Closed bchrobot-mh closed 1 month ago

bchrobot-mh commented 1 month ago

Add support for enabled, labels, and annotations to the kratos-selfservice-ui-node Kubernetes Service.

Related Issue or Design Document

N/A

Checklist

Further comments

This brings the features of this chart in line with other Ory Helm charts.

Local validation performed with:

helm template kratos-ui . -s templates/service.yaml
helm template kratos-ui . -s templates/service.yaml --set 'service.enabled=false'
helm template kratos-ui . -s templates/service.yaml --set 'service.labels.foo=bar'
helm template kratos-ui . -s templates/service.yaml --set 'service.annotations.foo=bar'
CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.