Ghostfolio/manifests/service.yaml

16 lines
289 B
YAML

apiVersion: v1
kind: Service
metadata:
name: ghostfolio-svc
namespace: ghostfolio
labels:
app.kubernetes.io/name: ghostfolio
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: 3333
selector:
app: ghostfolio