apiVersion: v1 kind: Service metadata: name: landing-page spec: selector: app: landing-page ports: - port: 80 targetPort: 80 type: ClusterIP