Skip to content

Commit

Permalink
extend dataiku data volume
Browse files Browse the repository at this point in the history
  • Loading branch information
rhanka committed Jan 25, 2025
1 parent 90bc1a2 commit 5dd9608
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/dataiku.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 50Gi
storage: 100Gi

---
apiVersion: v1
Expand All @@ -27,7 +27,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 10Gi
storage: 20Gi

---
apiVersion: apps/v1
Expand Down Expand Up @@ -136,4 +136,4 @@ spec:
port: 43851
targetPort: 43851
name: backend-3
type: ClusterIP
type: ClusterIP

0 comments on commit 5dd9608

Please sign in to comment.