mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 07:10:14 +00:00
13 lines
183 B
YAML
13 lines
183 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: stonegarden
|
|
namespace: stonegarden
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- name: web
|
|
port: 3000
|
|
selector:
|
|
app: stonegarden
|