mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-20 20:01:22 +00:00
14 lines
201 B
YAML
14 lines
201 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
labels:
|
|
k8s-app: nitro-web
|
|
name: nitro-web
|
|
namespace: staging
|
|
spec:
|
|
ports:
|
|
- port: 3000
|
|
targetPort: 3000
|
|
selector:
|
|
k8s-app: nitro-web
|