summaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2/components
AgeCommit message (Expand)AuthorFilesLines
2020-03-04Update HV-VES version to 1.4.0pwielebs2-2/+3
2020-02-29Merge "Added blueprint"Krzysztof Opasiak2-3/+39
2020-02-29Merge "tcagen2 prep + rls version updates"Krzysztof Opasiak4-3/+44
2020-02-28tcagen2 prep + rls version updatesVijay Venkatesh Kumar4-3/+44
2020-02-28Added blueprintPawel2-3/+39
2020-02-27dcae sec updates for dashboard and inventoryVijay Venkatesh Kumar7-6/+117
2020-02-22Drop support for postgres-legacy common chartKrzysztof Opasiak2-2/+2
2020-02-12Pick up new tls init containerJack Lucas16-50/+32
2020-02-07[COMMON] Remove pgpoolKrzysztof Opasiak1-12/+0
2020-02-02Merge "Update PRH version to 1.5.0"Borislav Glozman1-1/+1
2020-02-02Merge "redis config optimization"Borislav Glozman1-4/+2
2020-02-02Merge "Update ves collector image"Borislav Glozman1-1/+1
2020-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak28-52/+52
2020-01-29Update PRH version to 1.5.0pwielebs1-1/+1
2020-01-28Update ves collector imagePawel1-1/+1
2020-01-21redis config optimizationVijay Venkatesh Kumar1-4/+2
2019-12-17[COMMON] Use deployment for postgresqlSylvain Desbureaux2-2/+4
2019-12-11Merge "[DCAE] Use global storage templates for PVC"Borislav Glozman6-215/+46
2019-12-06Merge "Update prh to 1.3.2"Sylvain Desbureaux1-1/+1
2019-12-06Add ingress controler support to DCAELucjan Bryndza2-1/+10
2019-12-06Update prh to 1.3.2Joanna Jeremicz1-1/+1
2019-12-04[DCAE] Use global storage templates for PVCSylvain Desbureaux6-215/+46
2019-11-07Attempt 2 at chart restructureUbuntu96-0/+5029
af-hello oauthServiceName: aaf-oauth csServiceName: aaf-cass # gerrit branch where the latest aaf/auth/sample/public code exists gerritProject: http://gerrit.onap.org/r/aaf/authz.git gerritBranch: master # default number of instances replicaCount: 1 nodeSelector: {} affinity: {} # probe configuration parameters liveness: initialDelaySeconds: 10 periodSeconds: 10 # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container enabled: true readiness: initialDelaySeconds: 10 periodSeconds: 10 ingress: enabled: false ## Persist data to a persitent volume persistence: ## A manually managed Persistent Volume and Claim ## Requires persistence.enabled: true ## If defined, PVC must be created manually before volume will be bound # existingClaim: volumeReclaimPolicy: Retain ## database data Persistent Volume Storage Class ## If defined, storageClassName: <storageClass> ## If set to "-", storageClassName: "", which disables dynamic provisioning ## If undefined (the default) or set to null, no storageClassName spec is ## set, choosing the default provisioner. (gp2 on AWS, standard on ## GKE, AWS & OpenStack) ## # storageClass: "-" accessMode: ReadWriteMany size: 2Gi mountPath: /dockerdata-nfs mountSubPath: aaf/data resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. # # Example: # Configure resource requests and limits # ref: http://kubernetes.io/docs/user-guide/compute-resources/ # Minimum memory for development is 2 CPU cores and 4GB memory # Minimum memory for production is 4 CPU cores and 8GB memory #resources: # limits: # cpu: 2 # memory: 4Gi # requests: # cpu: 2 # memory: 4Gi