diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2019-12-06 10:08:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-06 10:08:01 +0000 |
commit | 3535b96cf6c7aa17c4663fce9e070f14c219d4a9 (patch) | |
tree | eac67bb8c1b450e15476e916b0f8ce0f5e8596b5 /kubernetes/clamp/values.yaml | |
parent | ac242707c66ff4d6c83e1258a6f9402d2b8fa838 (diff) | |
parent | a7228ec10d258269acbe67330987dcd806ab43c7 (diff) |
Merge changes I3a419138,Id4c67943,I9767e8ff,I15359ebc,I131e8153
* changes:
Add ingress controler support to MSB
Add ingress controler support to DCAE
Add ingress controler support to VNFSDK
Add ingress controler support to CLAMP
Add ingress controler support to CLI
Diffstat (limited to 'kubernetes/clamp/values.yaml')
-rw-r--r-- | kubernetes/clamp/values.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kubernetes/clamp/values.yaml b/kubernetes/clamp/values.yaml index 92d4bb7359..d66273dce1 100644 --- a/kubernetes/clamp/values.yaml +++ b/kubernetes/clamp/values.yaml @@ -83,6 +83,12 @@ service: ingress: enabled: false + service: + - baseaddr: "clamp" + name: "clamp" + port: 443 + config: + ssl: "redirect" #resources: {} # We usually recommend not to specify default resources and to leave this as a conscious |