Skip to content

Commit

Permalink
Merge pull request #3689 from bcgov/NDT-618-Users-getting-logged-off
Browse files Browse the repository at this point in the history
chore: remove missing volumes and volumeMounts
  • Loading branch information
ccbc-service-account authored Nov 21, 2024
2 parents 396954b + ff4466d commit ca0f7d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [1.211.3](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.211.2...v1.211.3) (2024-11-21)

## [1.211.2](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.211.1...v1.211.2) (2024-11-20)

### Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions db/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -738,3 +738,4 @@ computed_columns/cbc_history [computed_columns/[email protected]] 2024-11-13T2
@1.211.0 2024-11-19T16:36:18Z CCBC Service Account <[email protected]> # release v1.211.0
@1.211.1 2024-11-19T17:21:02Z CCBC Service Account <[email protected]> # release v1.211.1
@1.211.2 2024-11-20T18:25:02Z CCBC Service Account <[email protected]> # release v1.211.2
@1.211.3 2024-11-21T16:51:48Z CCBC Service Account <[email protected]> # release v1.211.3
7 changes: 0 additions & 7 deletions helm/app/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,6 @@ spec:
ports:
- containerPort: {{ .Values.app.port }}
protocol: TCP
volumeMounts:
- name: cache-volume
mountPath: /root/.next
readinessProbe:
httpGet:
path: /ready
Expand All @@ -286,8 +283,4 @@ spec:
failureThreshold: 3
successThreshold: 1
timeoutSeconds: 35
volumes:
- name: cache-volume
persistentVolumeClaim:
claimName: cache-pvc
{{- end }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CONN-CCBC-portal",
"version": "1.211.2",
"version": "1.211.3",
"main": "index.js",
"repository": "https://github.com/bcgov/CONN-CCBC-portal.git",
"author": "Romer, Meherzad CITZ:EX <[email protected]>",
Expand Down

0 comments on commit ca0f7d0

Please sign in to comment.