feat: Add persistent volume claims for valkey-data2, searxng-claim0, and minio-common-claim0

This commit is contained in:
2024-08-08 14:20:20 +08:00
parent 535bde66a8
commit 69ab87e4ed
11 changed files with 414 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
apiVersion: v1
kind: Service
metadata:
annotations:
kompose.cmd: kompose convert -f services.yml
kompose.version: 1.34.0 (HEAD)
labels:
io.kompose.service: minio-common
name: minio-common
spec:
ports:
- name: "9000"
port: 9000
targetPort: 9000
- name: "9001"
port: 9001
targetPort: 9001
selector:
io.kompose.service: minio-common