Files
helm/ipfs/kustomization.yaml
T
2026-05-18 05:37:35 +00:00

17 lines
346 B
YAML

# 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