blob: fed4769202db97986574937ec617b1564cf2b201 [file] [log] [blame]
Mandeep Khindab1f9efe2018-03-28 19:01:55 +00001# Copyright © 2017 Amdocs, AT&T, Bell Canada
toshrajbhardwajf4fc1c62018-08-06 07:35:14 +00002# Modifications Copyright © 2018 ZTE
Mandeep Khindab1f9efe2018-03-28 19:01:55 +00003#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
Mandeep Khindaa1047f42018-03-22 02:12:15 +000016#################################################################
17# Global configuration defaults.
18#################################################################
19global:
20 nodePortPrefix: 302
Sylvain Desbureaux1694e1d2020-08-21 09:58:25 +020021 readinessImage: onap/oom/readiness:3.0.1
Mandeep Khindaa1047f42018-03-22 02:12:15 +000022 loggingRepository: docker.elastic.co
23 loggingImage: beats/filebeat:5.5.0
ChrisC742a7b22020-09-04 11:29:57 +020024 cassandra:
25 #This flag allows SDC to instantiate its own cluster, serviceName
26 #should be sdc-cs if this flag is enabled
27 localCluster: false
28 #The cassandra service name to connect to (default: shared cassandra service)
29 serviceName: cassandra
30 #Shared cassandra cluster replicaCount, should be changed if localCluster is enabled
31 #to match with its own cluster replica
32 replicaCount: 3
33 clusterName: cassandra
34 dataCenter: Pod
Mandeep Khindaa1047f42018-03-22 02:12:15 +000035
36#################################################################
37# Application configuration defaults.
38#################################################################
39# application image
40repository: nexus3.onap.org:10001
Joanna Jeremiczfe52bf52021-04-21 14:31:29 +020041image: onap/sdc-cassandra:1.9.0
42cassandraInitImage: onap/sdc-cassandra-init:1.9.0
Mandeep Khindaa1047f42018-03-22 02:12:15 +000043pullPolicy: Always
44
Mandeep Khinda403c1c12018-04-19 23:15:43 +000045config:
46 release: latest
47 maxHeapSize: "1536M"
48 heapNewSize: "512M"
Mandeep Khindaa1047f42018-03-22 02:12:15 +000049
ChrisC742a7b22020-09-04 11:29:57 +020050#environment file
51env:
52 name: AUTO
53
Mandeep Khindaa1047f42018-03-22 02:12:15 +000054# default number of instances
55replicaCount: 1
56
57nodeSelector: {}
58
59affinity: {}
60
61# probe configuration parameters
62liveness:
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000063 initialDelaySeconds: 60
Mandeep Khindaa1047f42018-03-22 02:12:15 +000064 periodSeconds: 10
65 # necessary to disable liveness probe when setting breakpoints
66 # in debugger so K8s doesn't restart unresponsive container
67 enabled: true
68
69readiness:
Tomasz Golabek33658002019-05-30 08:59:39 +020070 initialDelaySeconds: 120
Mandeep Khindaa1047f42018-03-22 02:12:15 +000071 periodSeconds: 10
72
73service:
74 type: ClusterIP
75 name: sdc-cs
BorislavG1ffbd992018-04-24 07:56:27 +000076 portName: sdc-cs
shrek2000f336f6d2020-02-25 16:11:26 +020077 externalPort: 9042
78 internalPort: 9042
Mandeep Khindaa1047f42018-03-22 02:12:15 +000079
80
81## Persist data to a persitent volume
82persistence:
83 enabled: true
84
85 ## A manually managed Persistent Volume and Claim
86 ## Requires persistence.enabled: true
87 ## If defined, PVC must be created manually before volume will be bound
88 # existingClaim:
89 volumeReclaimPolicy: Retain
90
91 ## database data Persistent Volume Storage Class
92 ## If defined, storageClassName: <storageClass>
93 ## If set to "-", storageClassName: "", which disables dynamic provisioning
94 ## If undefined (the default) or set to null, no storageClassName spec is
95 ## set, choosing the default provisioner. (gp2 on AWS, standard on
96 ## GKE, AWS & OpenStack)
97 ##
98 # storageClass: "-"
Sylvain Desbureaux71a9fb32019-09-02 15:50:28 +020099 accessMode: ReadWriteOnce
Mandeep Khindaa1047f42018-03-22 02:12:15 +0000100 size: 2Gi
101 mountPath: /dockerdata-nfs
102 mountSubPath: /sdc/sdc-cs/CS
103
104ingress:
105 enabled: false
farida azmy1383b4c2021-04-06 12:33:31 +0200106
107#Pods Service Account
108serviceAccount:
109 nameOverride: sdc-cs
110 roles:
111 - read