apiVersion: v1 kind: Service metadata: name: josiecloud-landing namespace: josie-cloud spec: selector: app: josiecloud-landing ports: - name: http protocol: TCP port: 8080 targetPort: 8080 type: ClusterIP