Files
infrastructure/clusters/cl01tl/manifests/soulsync/Service-soulsync.yaml

23 lines
516 B
YAML

apiVersion: v1
kind: Service
metadata:
name: soulsync
labels:
app.kubernetes.io/instance: soulsync
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: soulsync
app.kubernetes.io/service: soulsync
helm.sh/chart: soulsync-4.5.0
namespace: soulsync
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 8008
protocol: TCP
name: http
selector:
app.kubernetes.io/controller: main
app.kubernetes.io/instance: soulsync
app.kubernetes.io/name: soulsync