Update to latest docker image versions
[oom.git] / kubernetes / aai / charts / aai-resources / values.yaml
index 3b41a39..28b271e 100644 (file)
@@ -3,24 +3,24 @@
 # Declare variables to be passed into your templates.
 global: # global defaults
   nodePortPrefix: 302
-  repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ==
   readinessRepository: oomk8s
   readinessImage: readiness-check:2.0.0
 
 
 # application image
 repository: nexus3.onap.org:10001
-image: openecomp/aai-resources:v1.1.0
+image: onap/aai-resources:1.2.2
 pullPolicy: Always
 restartPolicy: Always
 
-# application configuration
-config:
-  aaicoreversion: 1.1.0-SNAPSHOT
-
 # default number of instances
 replicaCount: 1
 
+# Configuration for the resources deployment
+config:
+  userId: 1000
+  groupId: 1000
+
 nodeSelector: {}
 
 affinity: {}
@@ -40,8 +40,9 @@ readiness:
 
 service:
   type: ClusterIP
-  name: aai-resources
+  portName: aai-resources-8447
   internalPort: 8447
+  portName2: aai-resources-5005
   internalPort2: 5005