Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Dmytro Bogatov
Setup-Manager
Commits
05ce6842
Commit
05ce6842
authored
Apr 17, 2019
by
Dmytro Bogatov
💕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix.
parent
737dd517
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
infra/sources/data.sh
infra/sources/data.sh
+3
-3
infra/upgrade-service.sh
infra/upgrade-service.sh
+2
-1
No files found.
infra/sources/data.sh
View file @
05ce6842
...
...
@@ -40,8 +40,8 @@ SERVICES["moon-travel-com-ua"]="registry.dbogatov.org/dbogatov/nginx-proxies/moo
SERVICES[
"vleskniga-com"
]=
"registry.dbogatov.org/slokot/vleskniga:latest"
SERVICES[
"veles-russia-com"
]=
"registry.dbogatov.org/slokot/veles-russia:latest"
#
SERVICES["photobarrat-com"]="registry.dbogatov.org/dbogatov/nginx-proxies/photobarrat-com:latest"
#
SERVICES["new-photobarrat-com"]="registry.dbogatov.org/dbogatov/new-photobarrat-com:latest"
SERVICES[
"photobarrat-com"
]=
"registry.dbogatov.org/dbogatov/nginx-proxies/photobarrat-com:latest"
SERVICES[
"new-photobarrat-com"
]=
"registry.dbogatov.org/dbogatov/new-photobarrat-com:latest"
SERVICES[
"bogatov-kiev-ua"
]=
"registry.dbogatov.org/daddy/bogatov-kiev-ua:latest"
SERVICES[
"blog-bogatov-kiev-ua"
]=
"registry.dbogatov.org/daddy/blog-bogatov-kiev-ua:latest"
...
...
@@ -63,7 +63,7 @@ DOMAINS["bogatov.kiev.ua"]=$AVALUE
DOMAINS[
"darinagulley.com"
]=
$AVALUE
DOMAINS[
"moon-travel.com.ua"
]=
$AVALUE
DOMAINS[
"nigmatullina.org"
]=
$AVALUE
#
DOMAINS["photobarrat.com"]=$AVALUE
DOMAINS[
"photobarrat.com"
]=
$AVALUE
DOMAINS[
"res-public.net"
]=
$AVALUE
DOMAINS[
"shevastream.com"
]=
$AVALUE
# DOMAINS["travelus.com.ua"]=$AVALUE
...
...
infra/upgrade-service.sh
View file @
05ce6842
...
...
@@ -11,6 +11,7 @@ CWD=$(pwd)
usage
()
{
echo
"Usage:
$0
[-s <string>]"
1>&2
;
exit
1
;
}
SERVICE
=
""
KEBEFILE
=
"--kubeconfig=
${
CWD
}
/kubeconfig.yaml"
while
getopts
"s:"
o
;
do
case
"
${
o
}
"
in
...
...
@@ -25,6 +26,6 @@ done
shift
$((
OPTIND-1
))
source
./build-services.sh
$SERVICE
kubectl apply
-R
-f
./services/
$SERVICE
kubectl
$KEBEFILE
apply
-R
-f
./services/
$SERVICE
echo
"Done!"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment