Migrate ECR to forgejo container registry
This commit is contained in:
parent
bd1c17b09b
commit
bbea068e12
7 changed files with 47 additions and 70 deletions
|
|
@ -13,9 +13,11 @@ spec:
|
|||
labels:
|
||||
app: mcp-auth-proxy-git
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: forgejo-registry
|
||||
containers:
|
||||
- name: mcp-auth-proxy
|
||||
image: 024762953732.dkr.ecr.us-east-1.amazonaws.com/dumpnet/mcp-auth-proxy:latest
|
||||
image: {{ .Values.registry.host }}/{{ .Values.registry.user }}/mcp-auth-proxy:latest
|
||||
args:
|
||||
- --external-url=https://git-mcp-oauth.dumpnet.chat
|
||||
- --no-auto-tls=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue