X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Faai%2Fvalues.yaml;h=d5a5db0494d3f7ad0d8fd6e21bbfb6c5a9a7bdea;hb=6c6854859571b9e9a8d8ef1bfcae618eae7ac865;hp=bf1602e3300095ecb51ae3d6e31f1905f27ec7a1;hpb=779b77f5e01863e34a8b354815ed3fc7771badf0;p=oom.git diff --git a/kubernetes/aai/values.yaml b/kubernetes/aai/values.yaml index bf1602e330..d5a5db0494 100644 --- a/kubernetes/aai/values.yaml +++ b/kubernetes/aai/values.yaml @@ -30,6 +30,31 @@ global: # global defaults restartPolicy: Always + installSidecarSecurity: false + aafEnabled: true + + fproxy: + name: forward-proxy + activeSpringProfiles: noHostVerification,cadi + image: onap/fproxy:2.1-STAGING-latest + port: 10680 + + rproxy: + name: reverse-proxy + activeSpringProfiles: noHostVerification,cadi + image: onap/rproxy:2.1-STAGING-latest + port: 10692 + + tproxyConfig: + name: init-tproxy-config + image: onap/tproxy-config:2.1-STAGING-latest + + # AAF server details. Only needed if the AAF DNS does not resolve from the pod + aaf: + serverIp: 10.12.6.214 + serverHostname: aaf.osaaf.org + serverPort: 30247 + cassandra: serviceName: aai-cassandra replicas: 3 @@ -126,7 +151,7 @@ global: # global defaults # Active spring profiles for the resources microservice profiles: - active: production,dmaap,one-way-ssl + active: production,dmaap,aaf-auth # Notification event specific properties notification: @@ -257,4 +282,4 @@ resources: requests: cpu: 2 memory: 2Gi - unlimited: {} \ No newline at end of file + unlimited: {}