X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Fchart-repo-handler%2Fenv.sh;fp=src%2Fchart-repo-handler%2Fenv.sh;h=81de15e39d39eec5b1d3850802a610ba49126fd2;hb=cf9e279cdad75e3bacaa71fb0323f1284288b73a;hp=0000000000000000000000000000000000000000;hpb=fd08a43597cef9022d3c935dffcd81afceb04267;p=ta%2Fcaas-helm.git diff --git a/src/chart-repo-handler/env.sh b/src/chart-repo-handler/env.sh new file mode 100644 index 0000000..81de15e --- /dev/null +++ b/src/chart-repo-handler/env.sh @@ -0,0 +1,26 @@ +#!/bin/sh +# Copyright 2019 Nokia +# +# 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. + +export CHARTREPOHANDLER_AUTHKEY=58a2c1331a572c1b69c4 +export CHARTREPOHANDLER_AUTHUSER=admin:admin +export CHARTREPOHANDLER_AUTHURL=http://172.24.16.101:8081/auth/v1.0/ +export CHARTREPOHANDLER_CONTAINER=packages +export CHARTREPOHANDLER_LISTENONPORT=8088 +export CHARTREPOHANDLER_LISTENONIP=0.0.0.0 +export CHARTREPOHANDLER_REPOURL=chart-repo.nokia.net +export CHARTREPOHANDLER_INDEXPATH=charts +export CHARTREPOHANDLER_TLSCERTPATH=/etc/etcd/ssl/etcd1.pem +export CHARTREPOHANDLER_TLSKEYPATH=/etc/etcd/ssl/etcd1-key.pem +export CHARTREPOHANDLER_TLSCAPATH=/etc/chart-repo/cacert.pem