Add homarr/services.yaml
This commit is contained in:
parent
2500d981fb
commit
60173e2c6a
23
homarr/services.yaml
Normal file
23
homarr/services.yaml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
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
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user