Skip to content

Commit 5c0f353

Browse files
authored
Merge pull request #242 from metacpan/leo/mc_web_now_in_k8s
Stop trying to run metacpan-web - now in k8 and incompatible
2 parents f46d1de + e55e238 commit 5c0f353

File tree

3 files changed

+0
-25
lines changed

3 files changed

+0
-25
lines changed

hieradata/common.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -112,22 +112,6 @@ metacpan::logstash::status: disabled
112112

113113
metacpan::web::starman:
114114

115-
metacpan-web:
116-
git_source: 'https://github.com/metacpan/metacpan-web.git'
117-
git_revision: 'master'
118-
vhost_ssl_only: true
119-
vhost_bare: true
120-
vhost_aliases:
121-
- 'v1.metacpan.org'
122-
- 'metacpan.org'
123-
- "lo.metacpan.org"
124-
- "%{hostname}.metacpan.org"
125-
starman_port: 5001
126-
starman_workers: 3
127-
vhost_extra_configs:
128-
trailing_slash_rewrite:
129-
template: 'trailing_slash'
130-
131115
metacpan-api:
132116
git_source: 'https://github.com/metacpan/metacpan-api.git'
133117
git_revision: 'master'

hieradata/env/production.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ metacpan::crons::general:
3131

3232
metacpan::web::starman:
3333

34-
metacpan-web:
35-
git_enable: true
36-
starman_workers: 10
37-
3834
metacpan-api:
3935
git_enable: true
4036
starman_workers: 14

hieradata/nodes/bm-mc-03.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,3 @@ metacpan::crons::general:
3131
user: "%{hiera('metacpan::user')}"
3232
ensure : present
3333

34-
# Use this to run stage branch if required
35-
# metacpan::web::starman:
36-
# metacpan-web:
37-
# git_revision: 'stage'
38-

0 commit comments

Comments
 (0)