diff options
-rw-r--r-- | templates/all-services.yaml | 1 | ||||
-rw-r--r-- | values.yaml | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/templates/all-services.yaml b/templates/all-services.yaml index 0cf62d0..77f7dc1 100644 --- a/templates/all-services.yaml +++ b/templates/all-services.yaml @@ -184,6 +184,7 @@ spec: type: NodePort selector: app: aai-service + clusterIP: {{ .Values.aaiServiceClusterIp }} #{{ end }} #{{ if not .Values.disableAaiModelLoaderService }} --- diff --git a/values.yaml b/values.yaml index ce625b7..692d071 100644 --- a/values.yaml +++ b/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:1.0.0 aaiProxy: aaionap/haproxy |