Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Setup-Manager
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Dmytro Bogatov
Setup-Manager
Commits
2a5d817c
Commit
2a5d817c
authored
Mar 14, 2019
by
Dmytro Bogatov
💕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate to Arya and add bogatov.dev .
parent
357c5093
Pipeline
#3875
passed with stage
in 48 seconds
Changes
5
Pipelines
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
5 deletions
+13
-5
infra/sources/data.sh
infra/sources/data.sh
+3
-2
infra/sources/status-site/ingress.yaml
infra/sources/status-site/ingress.yaml
+7
-0
infra/terraform/clusters/digital-ocean-alice.tf
infra/terraform/clusters/digital-ocean-alice.tf
+1
-1
infra/test-websites.sh
infra/test-websites.sh
+1
-1
lets-encrypt/domains.sh
lets-encrypt/domains.sh
+1
-1
No files found.
infra/sources/data.sh
View file @
2a5d817c
...
@@ -50,11 +50,12 @@ SERVICES["blog-bogatov-kiev-ua"]="registry.dbogatov.org/daddy/blog-bogatov-kiev-
...
@@ -50,11 +50,12 @@ SERVICES["blog-bogatov-kiev-ua"]="registry.dbogatov.org/daddy/blog-bogatov-kiev-
declare
-A
DOMAINS
declare
-A
DOMAINS
# TODO from DNS
# TODO from DNS
AVALUE
=
"alice-workers.
euron
.dbogatov.org"
AVALUE
=
"alice-workers.
arya
.dbogatov.org"
DOMAINS[
"dbogatov.org"
]=
$AVALUE
DOMAINS[
"dbogatov.org"
]=
$AVALUE
DOMAINS[
"dmytro.app"
]=
$AVALUE
DOMAINS[
"dmytro.app"
]=
$AVALUE
DOMAINS[
"bogatov.app"
]=
$AVALUE
DOMAINS[
"bogatov.app"
]=
$AVALUE
DOMAINS[
"bogatov.dev"
]=
$AVALUE
DOMAINS[
"orlova.app"
]=
$AVALUE
DOMAINS[
"orlova.app"
]=
$AVALUE
DOMAINS[
"netwatch.app"
]=
$AVALUE
DOMAINS[
"netwatch.app"
]=
$AVALUE
...
@@ -84,4 +85,4 @@ PLACEHOLDERS["res-public-net"]="under-maintenance"
...
@@ -84,4 +85,4 @@ PLACEHOLDERS["res-public-net"]="under-maintenance"
###
###
MAIN
=(
"dbogatov.org"
"dmytro.app"
"bogatov.app"
)
MAIN
=(
"dbogatov.org"
"dmytro.app"
"bogatov.app"
"bogatov.dev"
)
infra/sources/status-site/ingress.yaml
View file @
2a5d817c
...
@@ -45,3 +45,10 @@ spec:
...
@@ -45,3 +45,10 @@ spec:
backend
:
backend
:
serviceName
:
nginx
serviceName
:
nginx
servicePort
:
80
servicePort
:
80
-
host
:
"
status.bogatov.dev"
http
:
paths
:
-
path
:
/
backend
:
serviceName
:
nginx
servicePort
:
80
infra/terraform/clusters/digital-ocean-alice.tf
View file @
2a5d817c
...
@@ -10,7 +10,7 @@ module "digital-ocean-alice" {
...
@@ -10,7 +10,7 @@ module "digital-ocean-alice" {
}
}
region
=
"nyc3"
region
=
"nyc3"
dns_zone
=
"
euron
.dbogatov.org"
dns_zone
=
"
arya
.dbogatov.org"
cluster_name
=
"alice"
cluster_name
=
"alice"
image
=
"coreos-stable"
image
=
"coreos-stable"
...
...
infra/test-websites.sh
View file @
2a5d817c
...
@@ -13,7 +13,7 @@ PERMANENT_REDIRECT="301"
...
@@ -13,7 +13,7 @@ PERMANENT_REDIRECT="301"
FOUND
=
"302"
FOUND
=
"302"
SERVICE_UNABAILBALE
=
"503"
SERVICE_UNABAILBALE
=
"503"
MAIN
=(
"dbogatov.org"
"dmytro.app"
"bogatov.app"
)
MAIN
=(
"dbogatov.org"
"dmytro.app"
"bogatov.app"
"bogatov.dev"
)
DOMAINS[
"__MAIN__"
]=
$SUCCESS
DOMAINS[
"__MAIN__"
]=
$SUCCESS
DOMAINS[
"status.__MAIN__"
]=
$SUCCESS
DOMAINS[
"status.__MAIN__"
]=
$SUCCESS
...
...
lets-encrypt/domains.sh
View file @
2a5d817c
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
declare
-A
DOMAINS
declare
-A
DOMAINS
MAIN
=(
"dbogatov.org"
"dmytro.app"
"bogatov.app"
)
MAIN
=(
"dbogatov.org"
"dmytro.app"
"bogatov.app"
"bogatov.dev"
)
# boolean value indicates if non-wildcard cert should be requested
# boolean value indicates if non-wildcard cert should be requested
...
...
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