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