feat: add pz server
Some checks failed
checks / k8s (push) Successful in 9s
checks / tflint (push) Successful in 14s
checks / pre-commit (push) Successful in 1m56s
OpenTofu deployments / adguard (push) Successful in 38s
OpenTofu deployments / authentik (push) Failing after 13m29s
Kaniko deployments / nextcloud (push) Failing after 14m37s

This commit is contained in:
cătălin 2025-01-16 19:03:11 +01:00
commit 1994de8fcb
No known key found for this signature in database
6 changed files with 122 additions and 9 deletions

View file

@ -0,0 +1,19 @@
---
kind: Pod
apiVersion: v1
metadata:
name: pod-using-nfs
namespace: apps-fuku
spec:
containers:
- name: app
image: alpine
volumeMounts:
- name: data
mountPath: /var/nfs
command: ["/bin/sh"]
args: ["-c", "sleep 500000"]
volumes:
- name: data
persistentVolumeClaim:
claimName: myapp-nfs