mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-14 08:54:44 +00:00
15 lines
321 B
YAML
15 lines
321 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: nitro-backend
|
|
namespace: staging
|
|
labels:
|
|
workload.user.cattle.io/workloadselector: deployment-staging-backend
|
|
spec:
|
|
ports:
|
|
- name: web
|
|
port: 4000
|
|
targetPort: 4000
|
|
selector:
|
|
workload.user.cattle.io/workloadselector: deployment-staging-backend
|