oidc: revert to Docker Hub images
This commit is contained in:
parent
6afda40b93
commit
9a2fd034bb
@ -72,7 +72,7 @@ spec:
|
||||
serviceAccountName: oidc-gateway
|
||||
containers:
|
||||
- name: oidc-key-manager
|
||||
image: harbor.k-space.ee/docker.io/codemowers/oidc-gateway
|
||||
image: codemowers/oidc-gateway
|
||||
command: [ '/app/node_modules/.bin/key-manager', 'initialize', '-c', 'cluster' ]
|
||||
restartPolicy: Never
|
||||
---
|
||||
@ -95,7 +95,7 @@ spec:
|
||||
serviceAccountName: oidc-gateway
|
||||
containers:
|
||||
- name: oidc-gateway
|
||||
image: harbor.k-space.ee/docker.io/codemowers/oidc-gateway
|
||||
image: codemowers/oidc-gateway
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user