Skip to content

Commit

Permalink
Switch mock image to networking-dev-tools built (#1101)
Browse files Browse the repository at this point in the history
* Switch mock image to networking-dev-tools built

* Update oauth2-server-mock.yaml

* Update oauth2 mock port

* Check if public docker works

* Update oauth2-server-mock.yaml

* Update oauth2-server-mock.yaml

* Update oauth2-server-mock.yaml
  • Loading branch information
barchw authored Jun 11, 2024
1 parent e446f09 commit 43c032a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/integration/pkg/auth/oauth2-server-mock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ metadata:
spec:
containers:
- name: mock-oauth2-server
image: i566483/oauth2-mock:latest
image: europe-central2-docker.pkg.dev/sap-se-cx-kyma-goat/networking-dev-tools/oauth2-mock:latest
imagePullPolicy: Always
env:
- name: iss
value: http://mock-oauth2-server.{{ .Namespace }}.svc.cluster.local
- name: PORT
value: "80"
ports:
- containerPort: 8080
- containerPort: 80
name: http
protocol: TCP
restartPolicy: Always
Expand Down Expand Up @@ -52,4 +54,4 @@ spec:
host: mock-oauth2-server.{{ .Namespace }}.svc.cluster.local
port:
number: 80


0 comments on commit 43c032a

Please sign in to comment.