Ghostfolio/manifests/service.yaml

20 lines
383 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
- name: redis
port: 6379
protocol: TCP
targetPort: 6379
selector:
app: ghostfolio