github.com/vshn/k8ify@v1.1.2-0.20240502214202-6c9ed3ef0bf4/tests/golden/cluster-apps-domain/compose.yml (about)

     1  services:
     2    nginx:
     3      labels:
     4        k8ify.expose: foo.apps.cluster.net
     5      image: docker.io/library/nginx
     6      ports:
     7        - '8080:80'
     8  
     9  x-targetCfg:
    10    appsDomain: "*.apps.cluster.net"