fp/charts/fp/templates/ipfs-service.yaml
Chris Grimmett e967320dcf
Some checks failed
ci / build (push) Failing after 7s
add missing namespace
2024-04-22 20:10:42 +00:00

24 lines
459 B
YAML

apiVersion: v1
kind: Service
metadata:
name: ipfs-service
namespace: default
annotations:
meta.helm.sh/release-name: fp
meta.helm.sh/release-namespace: default
labels:
app.kubernetes.io/managed-by: {{ .Values.managedBy }}
spec:
selector:
app.kubernetes.io/name: ipfs
ports:
- name: gateway
protocol: TCP
port: 8080
targetPort: 8080
- name: api
protocol: TCP
port: 5001
targetPort: 5001