github.com/GoogleContainerTools/skaffold@v1.39.18/examples/jib-sync/skaffold-maven.yaml (about)

     1  apiVersion: skaffold/v2beta28
     2  kind: Config
     3  build:
     4    artifacts:
     5    - image: test-file-sync
     6      jib:
     7        type: maven
     8        args: 
     9        - --no-transfer-progress
    10        - -Psync
    11        fromImage: gcr.io/distroless/java:debug
    12      sync:
    13        auto: true
    14  
    15  portForward:
    16  - resourceType: pod
    17    resourceName: test-file-sync
    18    port: 8080