Skip to content

Commit

Permalink
document value 'license'
Browse files Browse the repository at this point in the history
  • Loading branch information
thr authored and thr committed Feb 16, 2024
1 parent 6572ec5 commit b8d9f15
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apigateway/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -668,4 +668,7 @@ prometheus-elasticsearch-exporter:
prometheus.io/path: /metrics
prometheus.io/port: "9108"
prometheus.io/scheme: http
prometheus.io/scrape: "true"
prometheus.io/scrape: "true"

# -- Import the content as license key and create a ConfigMap named by `licenseConfigMap` value. You can copy/past the content of your provided license key file here.
license: |
3 changes: 3 additions & 0 deletions microservicesruntime/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,3 +331,6 @@ metering:
# -- The password for the metering client truststore.
# Configure this property only if you use a truststore.
trustStorePassword:

# -- Import the content as license key and create a ConfigMap named by `licenseConfigMap` value. You can copy/past the content of your provided license key file here.
license: |
3 changes: 3 additions & 0 deletions universalmessaging/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,6 @@ readinessProbe:
# -- Deploy Nginx as external LB. The LB will be configured to dispatch incoming requests to all `replicaCount` replicas.
# Nginx is configured by example from [Universal Messaging documentation](https://documentation.softwareag.com/universal_messaging/num10-15/webhelp/num-webhelp/#page/num-webhelp%2Fre-configure_nginx_to_serve_http_requests.html%23)
externalLoadBalancer: false

# -- Import the content as license key and create a ConfigMap named by `licenseConfigMap` value. You can copy/past the content of your provided license key file here.
license: |

0 comments on commit b8d9f15

Please sign in to comment.