Update imagepullpolicy for images maintained by me
This commit is contained in:
parent
fcfb6ffca0
commit
093f8f61b2
3 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ spec:
|
|||
containers:
|
||||
- name: mcp-auth-proxy
|
||||
image: {{ .Values.registry.host }}/{{ .Values.registry.user }}/mcp-auth-proxy:latest
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- --external-url=https://git-mcp-oauth.dumpnet.chat
|
||||
- --no-auto-tls=true
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ spec:
|
|||
subPath: mediamtx.yml
|
||||
- name: zoitestream
|
||||
image: "{{ .Values.registry.host }}/{{ .Values.registry.user }}/zoitestream:latest"
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: DOMAIN
|
||||
value: "stream.{{ .Values.domain }}"
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ spec:
|
|||
containers:
|
||||
- name: repertory-api
|
||||
image: "{{ .Values.registry.host }}/{{ .Values.registry.user }}/repertory-api:latest"
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 5000
|
||||
envFrom:
|
||||
|
|
@ -90,6 +91,7 @@ spec:
|
|||
containers:
|
||||
- name: migrate
|
||||
image: "{{ .Values.registry.host }}/{{ .Values.registry.user }}/repertory-api:latest"
|
||||
imagePullPolicy: Always
|
||||
command: ["uv", "run", "alembic", "upgrade", "head"]
|
||||
envFrom:
|
||||
- secretRef:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue