aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so/charts/so-sdnc-adapter/values.yaml
diff options
context:
space:
mode:
authorjmac <james.macnider@amdocs.com>2018-10-12 18:24:24 +0000
committerjmac <james.macnider@amdocs.com>2018-10-12 19:19:11 +0000
commitc4f04d379ab427475ec792d9758ae2c02aae1e00 (patch)
treef9969f64792753d2b4d3fe00ef026c0111c618f1 /kubernetes/so/charts/so-sdnc-adapter/values.yaml
parentc57267b3f3fc1f986000e483563b62481cea5d96 (diff)
Added missing maria db dependencies
If there are other inter-pod dependencies that should be managed, please comment to let me know so they can be added. Also addressed the missing globals section in the pods values.yaml files and incorrect pull policy management to make them follow the standard conventions Change-Id: I3625f8452d90182391e1ff4af5fddfe9d0948a32 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-1472
Diffstat (limited to 'kubernetes/so/charts/so-sdnc-adapter/values.yaml')
-rwxr-xr-xkubernetes/so/charts/so-sdnc-adapter/values.yaml19
1 files changed, 18 insertions, 1 deletions
diff --git a/kubernetes/so/charts/so-sdnc-adapter/values.yaml b/kubernetes/so/charts/so-sdnc-adapter/values.yaml
index 4bab856b98..11abcd8415 100755
--- a/kubernetes/so/charts/so-sdnc-adapter/values.yaml
+++ b/kubernetes/so/charts/so-sdnc-adapter/values.yaml
@@ -11,8 +11,25 @@
# 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.
+#################################################################
+# Global configuration defaults.
+#################################################################
+global:
+ nodePortPrefix: 302
+ nodePortPrefixExt: 304
+ repository: nexus3.onap.org:10001
+ readinessRepository: oomk8s
+ readinessImage: readiness-check:2.0.0
+ persistence:
+ mountPath: /dockerdata-nfs
+
+#################################################################
+# Application configuration defaults.
+#################################################################
+repository: nexus3.onap.org:10001
image: onap/so/sdnc-adapter:1.3.0-STAGING-latest
-pullPolicy: IfNotPresent
+pullPolicy: Always
+
replicaCount: 1
minReadySeconds: 10
containerPort: 8086