diff options
author | zhaoyh6 <zhaoyh6@asiainfo.com> | 2021-11-10 17:16:19 +0800 |
---|---|---|
committer | zhao yehua <zhaoyh6@asiainfo.com> | 2021-11-10 09:31:05 +0000 |
commit | 530095fbcae47e71c75e4fc85930ff096290d9d9 (patch) | |
tree | 1223c86641338301ee4af3401a465d1c40f4998b /kubernetes/uui/components/uui-nlp/templates/pvc.yaml | |
parent | 8e67e73081c7ca3b7a0236c8f6cd291f18f69de7 (diff) |
[UUI] NLP for IBN helm chart
NLP component added to UUI
Issue-ID: USECASEUI-605
Signed-off-by: zhaoyh6 <zhaoyh6@asiainfo.com>
Change-Id: I0e4a4c71c0bd9bfacb9d1983e1f4a9a79aaab47b
Diffstat (limited to 'kubernetes/uui/components/uui-nlp/templates/pvc.yaml')
-rw-r--r-- | kubernetes/uui/components/uui-nlp/templates/pvc.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kubernetes/uui/components/uui-nlp/templates/pvc.yaml b/kubernetes/uui/components/uui-nlp/templates/pvc.yaml new file mode 100644 index 0000000000..2bd21dde5c --- /dev/null +++ b/kubernetes/uui/components/uui-nlp/templates/pvc.yaml @@ -0,0 +1,19 @@ +{{/* +################################################################################ +# Copyright (c) 2021 AT&T # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +################################################################################ +*/}} + +{{ include "common.PVC" . }}
\ No newline at end of file |