apiVersion: v1 kind: Service metadata: name: excalidraw labels: app.kubernetes.io/instance: excalidraw app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: excalidraw app.kubernetes.io/service: excalidraw helm.sh/chart: excalidraw-4.6.2 namespace: excalidraw spec: type: ClusterIP ports: - port: 80 targetPort: 80 protocol: TCP name: http selector: app.kubernetes.io/controller: main app.kubernetes.io/instance: excalidraw app.kubernetes.io/name: excalidraw