Skip to content

Commit

Permalink
#15: Portforwarding for solr8.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Nov 23, 2022
1 parent ec1af71 commit 2d4e16b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,7 @@ exports.getPantheonIndex = (tag = 'latest') => {
services: {
index: {
type: 'solr:8',
overrides: {
ports: ['443']
}
portforward: true
}
}
};
Expand Down
1 change: 0 additions & 1 deletion recipes/pantheon/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ module.exports = {
const searchVersion = _.toString(_.get(options, 'search.version', '3'));
// Set solrtag if search is set to solr8.
if (searchVersion === '8') options.solrTag = searchVersion;
console.log('solrTag', options.solrTag);
options.database = `${dbService}:${dbVersion}`;
// Set correct things based on framework
options.defaultFiles.vhosts = `${options.framework}.conf.tpl`;
Expand Down

0 comments on commit 2d4e16b

Please sign in to comment.