Merge "[AAF] v1.16+ compatible templates"
[oom.git] / kubernetes / oof / charts / oof-has / charts / oof-has-api / values.yaml
index ea83587..da6ab9b 100755 (executable)
@@ -12,6 +12,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+global: # global defaults
+  nodePortPrefix: 302
+
 service:
   type: NodePort
   name: oof-has-api
@@ -42,6 +45,7 @@ resources:
     requests:
       memory: 2Gi
       cpu: 1000m
+  unlimited: {}
 # probe configuration parameters
 liveness:
   initialDelaySeconds: 10
@@ -52,3 +56,13 @@ liveness:
 readiness:
   initialDelaySeconds: 10
   periodSeconds: 10
+
+
+ingress:
+  enabled: false
+  service:
+    - baseaddr: "oof-has-api.onap"
+      name: "oof-has-api"
+      port: 8091
+  config:
+    ssl: "redirect"