--- apiVersion: v1 kind: Service metadata: name: delinit spec: ports: - name: http port: 80 selector: # apply service to any pod with label app: nginx app: delinit # EOF