From 60173e2c6a6e03e33a0b9025bdc0f12ee85988c4 Mon Sep 17 00:00:00 2001 From: chemavx Date: Thu, 26 Mar 2026 17:03:18 +0000 Subject: [PATCH] Add homarr/services.yaml --- homarr/services.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 homarr/services.yaml 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 +