Skip to content

Commit

Permalink
Certificates.
Browse files Browse the repository at this point in the history
  • Loading branch information
dasscheman committed Jul 2, 2024
1 parent 2d0fc58 commit 084915f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openshift/config/07_sample-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: sample-app
image: ghcr.io/utrechtuniversity/fsw-openshift:develop
image: ghcr.io/utrechtuniversity/fsw-openshift:master
ports:
- containerPort: 9000
env:
Expand Down
2 changes: 1 addition & 1 deletion openshift/config/10_sample-front.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: sample-front
image: ghcr.io/utrechtuniversity/fsw-openshift-frontend:develop
image: ghcr.io/utrechtuniversity/fsw-openshift-frontend:master
ports:
- containerPort: 7050
env:
Expand Down
2 changes: 1 addition & 1 deletion openshift/frontend.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /var/www

RUN apk add --no-cache git

COPY --chown=node:node package.json package-lock.json* vite.config.js ./
COPY --chown=node:node package.json package-lock.json* vite.config.js docker/certificates/ ./

#Naar het voorbeeld van:
#https://github.com/UtrechtUniversity/containerplatform-docs Apache rootless openshift
Expand Down

0 comments on commit 084915f

Please sign in to comment.