diff --git a/homarr/services.yaml b/homarr/services.yaml new file mode 100644 index 0000000..a05afef --- /dev/null +++ b/homarr/services.yaml @@ -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 +