apiVersion: v1 kind: Service metadata: name: nginix-service spec: selector: app: nginix ports: - protocol: TCP port: 80 targetPort: 80