aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/mysql/templates/service.yaml
AgeCommit message (Expand)AuthorFilesLines
2019-02-22OOM-1373 Add missing label release to componentssushil masal1-0/+16
2018-05-17Multi-site High-availability Manual Failover (PoC)Neha Jain1-5/+5
2018-04-24Make all services independent of helm Release.NameBorislavG1-8/+8
2018-04-10Restore pv and pvc in mysql chartjmac1-0/+16
2018-04-05Fix for MySQL local redundancyjmac1-1/+1
2018-04-03Multi-site High-availability Manual Failover (PoC)Neha Jain1-0/+24
2018-03-26Add fix for build dependeciesMike Elliott1-0/+90
8 AT&T Intellectual Property. All rights reserved. ~ ================================================================================ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. ~ ============LICENSE_END========================================================= ~ --> <configuration> <!-- SET EELF COMPONENT NAME --> <property scope="context" name="componentName" value="test-eelf-logger"/> <contextName>${componentName}</contextName> <include resource="eelf-logback.xml"/> <include resource="eelf-optional-appenders.xml"/> <root level="DEBUG"> <!-- required appenders --> <appender-ref ref="auditLogAppender"/> <appender-ref ref="metricLogAppender"/> <appender-ref ref="errorLogAppender"/> <!-- optional appenders --> <appender-ref ref="debugLogAppender"/> <appender-ref ref="STDOUT"/> </root> </configuration>