github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/examples/variables/nginx-service.yaml (about) 1 apiVersion: v1 2 kind: Service 3 metadata: 4 name: nginx-connect 5 namespace: nginx 6 annotations: 7 jackal.dev/connect-description: "Launch the nginx static site." 8 labels: 9 jackal.dev/connect-name: nginx 10 spec: 11 ports: 12 - port: 8080 13 name: http 14 protocol: TCP 15 targetPort: 80 16 selector: 17 app: nginx