github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/examples/kiwix/manifests/service.yaml (about) 1 apiVersion: v1 2 kind: Service 3 metadata: 4 name: kiwix 5 annotations: 6 jackal.dev/connect-description: "View the Kiwix web interface" 7 labels: 8 jackal.dev/connect-name: kiwix 9 spec: 10 selector: 11 app: kiwix-serve 12 ports: 13 - name: http 14 port: 8080 15 protocol: TCP 16 targetPort: http