Files
talos-cluster/deployments/apps/excalidraw/service.yaml
T

14 lines
197 B
YAML

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