Skip to content

Commit

Permalink
fixup! 064b4ab
Browse files Browse the repository at this point in the history
  • Loading branch information
shipperizer committed Apr 5, 2024
1 parent 5dee6d8 commit 4d78137
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ build:
artifacts:
- image: "identity-platform-login-ui"
context: hack/#-ui
sync:
infer:
- rockcraft.yaml
custom:
buildCommand: ./build.sh
dependencies:
Expand All @@ -16,6 +19,9 @@ build:
dockerfile: Dockerfile
platforms: ["linux/amd64"]
- image: "hydra"
sync:
infer:
- rockcraft.yaml
custom:
buildCommand: ./build.sh
dependencies:
Expand Down Expand Up @@ -69,10 +75,11 @@ profiles:
remoteChart: cert-manager
setValues:
installCRDs: true
wait: false
- name: contour
remoteChart: oci://registry-1.docker.io/bitnamicharts/contour
version: 15.0.1

wait: false

portForward:
- resourceType: service
Expand Down Expand Up @@ -109,4 +116,4 @@ portForward:
resourceName: contour-envoy
namespace: default
port: 80
localPort: 8080
localPort: 8080

0 comments on commit 4d78137

Please # to comment.