github.com/vshn/k8ify@v1.1.2-0.20240502214202-6c9ed3ef0bf4/tests/golden/expose-http-and-plain/compose.yml (about) 1 services: 2 nginx: 3 labels: 4 k8ify.expose.80: port80.example.com 5 k8ify.exposePlain.443: true 6 k8ify.exposePlain.443.externalTrafficPolicy: Cluster 7 k8ify.exposePlain.443.healthCheckNodePort: 55667 8 k8ify.exposePlain.22: true 9 k8ify.exposePlain.21: true 10 image: docker.io/library/nginx 11 ports: 12 - '88:8888' 13 - '80:8080' 14 - '443:8443' 15 - '22:2222' 16 - '21:2221'