fp/charts/fp/templates/ipfs-service.yaml
Chris Grimmett 0fd947c78f
Some checks failed
ci / build (push) Failing after 26s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
add gitea ci
2024-03-28 23:28:02 -08:00

19 lines
303 B
YAML

apiVersion: v1
kind: Service
metadata:
name: ipfs-service
spec:
selector:
app.kubernetes.io/name: ipfs
ports:
- name: gateway
protocol: TCP
port: 8080
targetPort: 8080
- name: api
protocol: TCP
port: 5001
targetPort: 5001
status:
loadBalancer: {}