apiVersion: v1 kind: Service metadata: name: app namespace: nezha spec: selector: app: nezha ports: - name: web port: 8008 targetPort: 8008