Skip to content

Instantly share code, notes, and snippets.

View lindner's full-sized avatar

Paul Lindner lindner

View GitHub Profile
@kordless
kordless / ipfs.yml
Last active September 13, 2022 06:28
Deploy IPFS on Kubernetes
apiVersion: v1
kind: Service
metadata:
name: ipfs
spec:
type: NodePort
ports:
- name: ipfs
port: 8080
targetPort: 8080