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