ipfs功能

This commit is contained in:
Sense T
2026-05-18 05:37:35 +00:00
parent 3e3a629f73
commit 82b46ae11f
4 changed files with 144 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
kind: Kustomization
namespace: ipfs
resources:
- services.yaml
- deploy.yaml
- ingress.yaml
images:
- name: image
newName: cr.wetofu.me/ipfs/kubo
newTag: v0.41.0
configMapGenerator:
- name: ipfs-env
files:
- ./config/IPFS_PROFILE
- ./config/IPFS_TELEMETRY