Skip to content

Commit

Permalink
Override openshift version in init.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Oct 9, 2024
1 parent a968fa1 commit 316ec0d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
name: Initialize
runs-on: ubuntu-latest
steps:
# Override OpenShift version, if specified
- name: Install CLI tools from OpenShift Mirror
uses: redhat-actions/openshift-tools-installer@v1
with:
oc: ${{ inputs.oc_version || '4' }}
- name: Initialize
uses: bcgov-nr/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ services:
API_TARGET: "http://localhost:8000/"
BACKEND_URL: "http://localhost:8000"
LOG_LEVEL: "info"
command:
command: caddy run --config /etc/caddy/Caddyfile
ports:
- "3000:3000"
volumes:
Expand Down
1 change: 1 addition & 0 deletions frontend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ objects:
- name: http
containerPort: 5173
protocol: TCP
# command: ["caddy", "run", "--config", "/etc/caddy/Caddyfile"]
readinessProbe:
httpGet:
path: /
Expand Down

0 comments on commit 316ec0d

Please sign in to comment.