Skip to content

Instantly share code, notes, and snippets.

View thearyanahmed's full-sized avatar

Aryan Ahmed thearyanahmed

View GitHub Profile

LLM documentation for DigitalOcean App Platform

DigitalOcean App Platform is a platform as a service (PaaS) for building, deploying, and scaling web applications and APIs. Use the following documentation structure to identify available capabilities and where to learn more about them.

Concepts

  • Choosing a Plan: Guidance on choosing the right App Platform plan for your app's components based on usage patterns and needs.
  • Platform Upgrade Policy: App Platform's policies for rollout of new stacks, deprecation of old stacks, and timing.

Details

  • Availability: Regional datacenter availability for App Platform.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: longhorn-rwx-pvc
namespace: openreplay-app
spec:
accessModes:
- ReadWriteMany
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: openreplay-shared-jiva-pvc
namespace: openreplay-app
labels:
app.kubernetes.io/name: openreplay
spec:
accessModes:
- ReadWriteMany
apiVersion: v1
kind: PersistentVolume
metadata:
name: or-shared-rwx-jiva
labels:
app.kubernetes.io/name: openreplay
spec:
capacity:
storage: 50Gi
accessModes:
---
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: nfs-csi
provisioner: nfs.csi.k8s.io
parameters:
server: 10.0.2.4
share: /srv/nfs
reclaimPolicy: Delete
apiVersion: v1
kind: PersistentVolume
metadata:
name: openreplay-shared-rwx
spec:
capacity:
storage: 50Gi
accessModes:
- ReadWriteMany
persistentVolumeReclaimPolicy: Retain
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: openreplay-shared-rwx
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 50Gi
apiVersion: v1
kind: PersistentVolume
metadata:
name: openreplay-shared-rwx
finalizers:
- kubernetes.io/pv-protection
spec:
capacity:
storage: 50Gi
accessModes:
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: openreplay-shared-rwx
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 10Gi