mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
20 lines
373 B
YAML
20 lines
373 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
annotations:
|
|
kompose.cmd: kompose convert -f ../docker-compose.yml
|
|
kompose.version: 1.16.0 (0c01309)
|
|
creationTimestamp: null
|
|
labels:
|
|
io.kompose.service: backend
|
|
name: backend
|
|
spec:
|
|
ports:
|
|
- name: "4000"
|
|
port: 4000
|
|
targetPort: 4000
|
|
selector:
|
|
io.kompose.service: backend
|
|
status:
|
|
loadBalancer: {}
|