mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-06 05:25:46 +00:00
13 lines
198 B
YAML
13 lines
198 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: homarr
|
|
namespace: services
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: homarr
|
|
ports:
|
|
- port: 7575
|
|
targetPort: 7575
|
|
nodePort: 30805
|