# App apiVersion: v1 kind: Service metadata: namespace: myapp name: app-service spec: ports: - name: app-port port: 80 selector: app: myapp ---