13 lines
193 B
YAML
13 lines
193 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: excalidraw
|
|
namespace: apps
|
|
spec:
|
|
selector:
|
|
app: excalidraw
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
targetPort: 80
|
|
type: ClusterIP |