2023-09-22 13:47:36 +02:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
|
|
|
labels:
|
|
|
|
service: excalidraw-backend
|
|
|
|
name: excalidraw-backend
|
2024-08-02 16:17:30 +02:00
|
|
|
namespace: NAMESPACE
|
2023-09-22 13:47:36 +02:00
|
|
|
spec:
|
|
|
|
ports:
|
|
|
|
- name: excalidraw-backend
|
|
|
|
port: 3002
|
2023-09-22 14:57:13 +02:00
|
|
|
targetPort: 80
|
2023-09-22 13:47:36 +02:00
|
|
|
selector:
|
2023-09-22 14:57:13 +02:00
|
|
|
app: excalidraw-backend
|