fix: split and fix drupal manifests

This commit is contained in:
2025-12-10 08:51:01 +01:00
parent c344a26f5c
commit b323c48c18
4 changed files with 120 additions and 129 deletions
+26
View File
@@ -0,0 +1,26 @@
apiVersion: v1
kind: Service
metadata:
name: drupal
labels:
app: drupal
spec:
ports:
- port: 80
name: http
targetPort: http
selector:
app: drupal
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: drupal
labels:
app: drupal
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi