apiVersion: v1 kind: Service metadata: name: httpd labels: app: httpd spec: type: NodePort ports: - name: httpd port: 80 selector: app: httpd