Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch mock image to networking-dev-tools built #1101

Merged
merged 9 commits into from
Jun 11, 2024
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


Loading