oidc: revert to Docker Hub images

This commit is contained in:
Erki Aas 2023-07-26 20:31:16 +03:00
parent 6afda40b93
commit 9a2fd034bb

View File

@ -72,7 +72,7 @@ spec:
serviceAccountName: oidc-gateway serviceAccountName: oidc-gateway
containers: containers:
- name: oidc-key-manager - 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' ] command: [ '/app/node_modules/.bin/key-manager', 'initialize', '-c', 'cluster' ]
restartPolicy: Never restartPolicy: Never
--- ---
@ -95,7 +95,7 @@ spec:
serviceAccountName: oidc-gateway serviceAccountName: oidc-gateway
containers: containers:
- name: oidc-gateway - name: oidc-gateway
image: harbor.k-space.ee/docker.io/codemowers/oidc-gateway image: codemowers/oidc-gateway
ports: ports:
- containerPort: 3000 - containerPort: 3000
env: env: