Skip to content

Commit

Permalink
Merge pull request #141 from bcgov/dev
Browse files Browse the repository at this point in the history
add openmaps and maps to host cert mapping
  • Loading branch information
ikethecoder authored Dec 18, 2024
2 parents 85ee843 + 01fa5e9 commit 81d0504
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jira.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [issues, issue_comment]
jobs:
sync-issues:
name: Sync issues to Jira
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: ikethecoder/sync-issues-github-jira@dev
with:
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/pr-reminder.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'Send review reminders'
on:
schedule:
- cron: '30 8 * * 1,2,3,4,5' # Scheduled to run at 1:30 AM, weekdays

jobs:
remind:
runs-on: ubuntu-latest
steps:
- name: Run PR reviewer reminder
uses: bcgov/aps-devops/pr-reminder@dev
with:
token: ${{ secrets.GITHUB_TOKEN }}
dry_run: "false"
2 changes: 2 additions & 0 deletions microservices/kubeApi/clients/ocp_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
host_cert_mapping = {
"data.gov.bc.ca": "data-api.tls",
"api.gov.bc.ca": "data-api.tls",
"maps.gov.bc.ca": "data-api.tls",
"openmaps.gov.bc.ca": "data-api.tls",
"apps.gov.bc.ca": "apps.tls"
}

Expand Down

0 comments on commit 81d0504

Please sign in to comment.