apiVersion: v1 kind: Service metadata: name: mastodon-web namespace: {{ .namespace }} spec: type: ClusterIP ports: - port: 3000 targetPort: http protocol: TCP name: http selector: component: web