Skip to content

Commit

Permalink
chore(dsb-spring-boot): tests - pull images from dsbacr
Browse files Browse the repository at this point in the history
  • Loading branch information
Laffs2k5 committed Aug 29, 2024
1 parent 53d8fc8 commit b31d802
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/dsb-spring-boot/templates/tests/startup-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
containers:
- name: {{ .Release.Name }}-test
image: curlimages/curl:latest
image: dsbacr.azurecr.io/cache/docker-io/curlimages/curl:latest
env:
- name: SERVICE
value: {{ .Release.Name }}
Expand Down
3 changes: 3 additions & 0 deletions kind-cluster-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: dsbacr.azurecr.io/cache/docker-io/kindest/node:latest
- role: worker
image: dsbacr.azurecr.io/cache/docker-io/kindest/node:latest
kubeadmConfigPatches:
- |
kind: JoinConfiguration
nodeRegistration:
kubeletExtraArgs:
node-labels: "NodePool=workers"
- role: worker
image: dsbacr.azurecr.io/cache/docker-io/kindest/node:latest
kubeadmConfigPatches:
- |
kind: JoinConfiguration
Expand Down

0 comments on commit b31d802

Please sign in to comment.