summaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/values.yaml
AgeCommit message (Expand)AuthorFilesLines
2018-09-05Apache 2 license addition for consul,appcMukul1-0/+1
2018-07-15SDN-C Multi-site High-availability - Auto-failoverMohammadreza Pasandideh1-0/+10
2018-05-10Improve docker registry secret managementBorislavG1-1/+0
2018-05-08Fix consul images repoBorislavG1-2/+2
2018-04-26Reduce consul default replica countMike Elliott1-3/+2
2018-04-16Update readiness-check versionBorislavG1-1/+1
2018-04-12Fix consul agent start problemsBorislavG1-1/+1
2018-04-02Consul Helm Chart StandardizationjasmineWen1-8/+51
2018-03-22License addition in all yamlsvaibhav_16dec1-0/+14
2018-03-19Move consul config from shared NFS to configmapjasmineWen1-3/+2
2018-03-07Replica Scaling of Consul and Log containervaibhav_16dec1-0/+2
2017-09-25Fix default namespace for Consul deployments.gfraboni1-1/+1
2017-09-21Add Consul support to 'OneClick' deployment.gfraboni1-0/+7
/* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
<!--
  ============LICENSE_START=======================================================
   Copyright (C) 2018 Ericsson, Tieto. 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.

  SPDX-License-Identifier: Apache-2.0
  ============LICENSE_END=========================================================
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.onap.policy.parent</groupId>
        <artifactId>integration</artifactId>
        <version>2.1.0-SNAPSHOT</version>
    </parent>

    <groupId>org.onap.policy.docker</groupId>
    <artifactId>docker</artifactId>
    <version>2.1.0-SNAPSHOT</version>

    <packaging>pom</packaging>
    <name>Policy Docker images</name>
    <properties>
        <!-- Project common build settings -->
        <maven.compiler.source>1.8</maven.compiler.source>
        <maven.compiler.target>1.8</maven.compiler.target>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <profiles>
        <profile>
            <id>docker</id>
            <modules>
                <module>policy-base</module>
                <module>policy-common</module>
            </modules>
        </profile>
    </profiles>
</project>