kubernetes_scripts/config.yml (27 lines of code) (raw):

apiVersion: v1 kind: ConfigMap metadata: name: fineract-service-config data: bonecp.acquireIncrement: "1" #Might be absent for identity bonecp.maxConnectionsPerPartition: "4" #Might be absent for identity bonecp.minConnectionsPerPartition: "1" #Might be absent for identity bonecp.partitionCount: "1" #Might be absent for identity cassandra.cl.delete: ONE cassandra.cl.read: ONE cassandra.cl.write: ONE cassandra.cluster.pwd: password cassandra.cluster.user: cassandra cassandra.clusterName: datacenter1 cassandra.keyspace: seshat eureka.client.fetchRegistry: "true" eureka.client.initialInstanceInfoReplicationIntervalSeconds: "25" eureka.client.instanceInfoReplicationIntervalSeconds: "20" eureka.instance.leaseRenewalIntervalInSeconds: "20" eureka.registration.enabled: "true" feign.hystrix.enabled: "false" postgresql.database: seshat #Might be absent for identity ribbon.eureka.enabled: "true" server.max-http-header-size: "16384" spring.cloud.config.enabled: "false" spring.cloud.discovery.enabled: "true"