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