apiVersion: v1 kind: Service metadata: name: namecheap-api spec: ports: - port: 80 protocol: TCP targetPort: 8000 selector: app: namecheap-api type: ClusterIP