diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-01-18 15:25:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-01-18 15:25:12 +0000 |
commit | 20473067731f607d05182ea2fcc97e74bed4344f (patch) | |
tree | 12181e1c5a1c33804663832183053363e86e933d /kubernetes/policy/values.yaml | |
parent | 5037c73c70effbfad35876cbe88d65ec90273dcd (diff) | |
parent | df4db0bc8473b46f7212c277ff17c193f681aed6 (diff) |
Merge "Fix policy"
Diffstat (limited to 'kubernetes/policy/values.yaml')
-rw-r--r-- | kubernetes/policy/values.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/policy/values.yaml b/kubernetes/policy/values.yaml index ce037d896d..f52dc445e6 100644 --- a/kubernetes/policy/values.yaml +++ b/kubernetes/policy/values.yaml @@ -1,6 +1,11 @@ nsPrefix: onap pullPolicy: Always nodePortPrefix: 302 + +# POLICY hotfix - Note this must be temporary +# See https://jira.onap.org/browse/POLICY-510 +aaiServiceClusterIp: 10.43.255.254 + image: readiness: oomk8s/readiness-check readinessVersion: 1.0.0 |