apiVersion: v1 kind: Service metadata: name: namesny-com-svc namespace: namesny-com spec: selector: app: namesny-com type: ClusterIP ports: - protocol: TCP port: 80 targetPort: 80