Skip to content

Commit

Permalink
deployment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Mar 29, 2024
1 parent 1a788d7 commit be36c71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/openshift/deploy.backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ objects:
app: ${NAME}-${ZONE}
deploymentconfig: ${NAME}-${ZONE}-${COMPONENT}
spec:
volumes:
- name: ticdi-sessions
persistentVolumeClaim:
claimName: ticdi-sessions
containers:
- image: ${NAME}-${ZONE}-${COMPONENT}:${IMAGE_TAG}
imagePullPolicy: Always
Expand Down
4 changes: 0 additions & 4 deletions .github/openshift/deploy.frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ objects:
app: ${NAME}-${ZONE}
deploymentconfig: ${NAME}-${ZONE}-${COMPONENT}
spec:
volumes:
- name: ticdi-sessions
persistentVolumeClaim:
claimName: ticdi-sessions
containers:
- image: ${NAME}-${ZONE}-${COMPONENT}:${IMAGE_TAG}
securityContext:
Expand Down

0 comments on commit be36c71

Please sign in to comment.