24 lines
562 B
YAML
24 lines
562 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
annotations:
|
|
kubectl.kubernetes.io/last-applied-configuration: '{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{},"name":"homarr","namespace":"homarr"},"spec":{"ports":[{"port":7575,"targetPort":7575}],"selector":{"app":"homarr"}}}
|
|
|
|
'
|
|
name: homarr
|
|
namespace: homarr
|
|
spec:
|
|
internalTrafficPolicy: Cluster
|
|
ipFamilies:
|
|
- IPv4
|
|
ipFamilyPolicy: SingleStack
|
|
ports:
|
|
- port: 7575
|
|
protocol: TCP
|
|
targetPort: 7575
|
|
selector:
|
|
app: homarr
|
|
sessionAffinity: None
|
|
type: ClusterIP
|
|
|