Skip to content

Commit

Permalink
Added Skaffold support
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrano committed Oct 25, 2023
1 parent 5462ece commit c68fabc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions skaffold.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
apiVersion: skaffold/v4beta6
apiVersion: skaffold/v4beta7
kind: Config
metadata:
name: hitcounter
build:
artifacts:
- image: k3d-registry.local:5000/hitcounter
- image: registry.local:32000/hitcounter
docker:
dockerfile: Dockerfile
test:
- context: .
image: k3d-registry.local:5000/hitcounter
image: registry.local:32000/hitcounter
custom:
- command: export RETRY_COUNT=1; DATABASE_URI=redis://localhost:6379/0 green
manifests:
rawYaml:
- deploy/deployment.yaml
- deploy/ingress.yaml
- deploy/pv.yaml
- deploy/redis.yaml
- deploy/secret.yaml
- deploy/service.yaml
- k8s/deployment.yaml
- k8s/ingress.yaml
- k8s/pv.yaml
- k8s/redis.yaml
- k8s/secret.yaml
- k8s/service.yaml

0 comments on commit c68fabc

Please sign in to comment.