khuedoan-homelab/apps/excalidraw/service.yaml
2023-01-13 20:28:06 +07:00

16 lines
226 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: excalidraw
name: excalidraw
spec:
type: ClusterIP
selector:
app: excalidraw
ports:
- name: http
protocol: TCP
port: 80
targetPort: 80