ff2e6cc985
Namespaces: argocd, authentik, backup-system, cloudflare-ddns, gitea, homarr, monitoring, n8n, openclaw, polymarket-bot, vaultwarden Cluster-wide: clusterissuers, namespaces Secrets: redacted (structure only, data=REDACTED)
23 lines
359 B
YAML
23 lines
359 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: homarr
|
|
namespace: homarr
|
|
spec:
|
|
clusterIP: 10.43.127.238
|
|
clusterIPs:
|
|
- 10.43.127.238
|
|
internalTrafficPolicy: Cluster
|
|
ipFamilies:
|
|
- IPv4
|
|
ipFamilyPolicy: SingleStack
|
|
ports:
|
|
- port: 7575
|
|
protocol: TCP
|
|
targetPort: 7575
|
|
selector:
|
|
app: homarr
|
|
sessionAffinity: None
|
|
type: ClusterIP
|
|
|