1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23apiVersion: skaffold/v4beta6
kind: Config
metadata:
name: http-healthcheck-sidecar
build:
artifacts:
- image: ghcr.io/bryopsida/http-healthcheck-sidecar
docker:
dockerfile: Dockerfile
local:
push: false
manifests:
rawYaml:
- tests/k8s/deployment.yaml
verify:
- name: integration-test-container
container:
name: integration-test-container
image: quay.io/curl/curl
args: ["-X", "GET", "--fail", "http://sidecar-service:3000/health"]
executionMode:
kubernetesCluster: {}