Skip to content

Commit

Permalink
Increased disk space.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Jan 10, 2023
1 parent 3346131 commit c0c8ef4
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions kubernetes/build-cam-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ apiVersion: batch/v1
kind: CronJob
metadata:
name: build-cam-database
labels:
project: CAM-KP
env: dev
spec:
schedule: "@weekly"
concurrencyPolicy: Forbid
Expand All @@ -26,18 +29,18 @@ spec:
persistentVolumeClaim:
claimName: cam-kp-build-pipeline-storage
backoffLimit: 0
# ---
# apiVersion: v1
# kind: PersistentVolumeClaim
# metadata:
# name: cam-kp-build-pipeline-storage
# labels:
# project: CAM-KP
# env: prod
# spec:
# accessModes:
# - ReadWriteMany
# resources:
# requests:
# storage: 500G
# storageClassName: basic
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: cam-kp-build-pipeline-storage
labels:
project: CAM-KP
env: dev
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 1000G
storageClassName: basic

0 comments on commit c0c8ef4

Please sign in to comment.