summaryrefslogtreecommitdiffstats
path: root/kubernetes/msb/charts/msb-eag
AgeCommit message (Expand)AuthorFilesLines
2018-09-19Sync values from docker-manifest-staging fileAlexis de Talhouët1-1/+1
2018-08-30License Addition task UUI , VNFSDK , MSB , NBIPrateekinlinux9-0/+144
2018-08-14Merge "Create Service Account for MSB"rui hu1-0/+1
2018-08-08Create Service Account for MSBHuabing Zhao1-0/+1
2018-08-07Fix the issue can't get log of msb in kibanaLi Zi4-38/+141
2018-07-31Bump MSB docker version to 1.2.0Huabing Zhao1-1/+1
2018-07-30Add protocol prefix to port namesHuabing Zhao1-4/+4
2018-07-30Enable Istio sidecar injectionHuabing Zhao2-0/+3
2018-06-05Sync OOM docker versions with docker-manifest.csvGary Wu1-1/+1
2018-05-10Improve docker registry secret managementBorislavG1-1/+0
2018-05-08Sync docker image images with docker-manifest.csvGary Wu1-1/+1
2018-05-06Fix inconsistent repository referencesBorislavG1-1/+1
2018-04-16Update readiness-check versionBorislavG1-1/+1
2018-04-09Add a filebeat container to each service of MSBLiZi3-0/+49
2018-04-01Fix kube2msb failure to startBorislavG1-2/+2
2018-03-28Fix MSB services be independent of release nameBorislavG1-1/+1
2018-03-26Add standardized helm chart for msbBorislavG7-0/+234
#22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
# Copyright © 2019 Amdocs, Bell Canada
#
# 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.

###################################################################
# This override file enables helm charts for all ONAP applications.
###################################################################
cassandra:
  enabled: true
mariadb-galera:
  enabled: true

aaf:
  enabled: true
aai:
  enabled: true
appc:
  enabled: true
cds:
  enabled: true
clamp:
  enabled: true
cli:
  enabled: true
consul:
  enabled: true
contrib:
  enabled: true
dcaegen2:
  enabled: true
dmaap:
  enabled: true
esr:
  enabled: true
log:
  enabled: true
sniro-emulator:
  enabled: true
oof:
  enabled: true
msb:
  enabled: true
multicloud:
  enabled: true
nbi:
  enabled: true
policy:
  enabled: true
pomba:
  enabled: true
portal:
  enabled: true
robot:
  enabled: true
sdc:
  enabled: true
sdnc:
  enabled: true
so:
  enabled: true
  so-monitoring:
      enabled: true
      ingress:
          enabled: true
          service:
              - path: "/so-monitoring"
                name: "so-monitoring"
                port: 9091
          annotations:
            nginx.ingress.kubernetes.io/ssl-redirect: "false"
uui:
  enabled: true
vfc:
  enabled: true
vid:
  enabled: true
  ingress:
   enabled: true
   service:
       - path: "/vid"
         name: "vid-http"
         port: 8080
   annotations:
         nginx.ingress.kubernetes.io/ssl-redirect: "false"
vnfsdk:
  enabled: true
nginx-ingress:
    enabled: true