wildfly / wildfly-charts

Helm Charts for WildFly
https://docs.wildfly.org/wildfly-charts/
Apache License 2.0
3 stars 14 forks source link

As an user, I want to add annotations and labels to the deployed application #67

Closed jmesnil closed 2 years ago

jmesnil commented 2 years ago

Is your feature request related to a problem? Please describe.

The Chart for WildFly is able to deploy an application using a kubernetes Deployment. An user should be able to provide labels and annotations that would be added to this deployment.

Describe the solution you'd like

In the deploy section, it should be possible to specify labels and annotations that would be added to the Deployment created by the chart:

deploy:
  labels:
    release: stable
    environment: dev
  annotations:
    a8r.io/owner: ACME, inc
    a8r.io/description: |-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim 
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea 
commodo consequat.