Refresh Veles backend 0.4.1 runtime

This commit is contained in:
jenkins 2026-06-27 19:52:35 -03:00
parent 3431f1f58a
commit b7ecd88a61

View File

@ -17,6 +17,7 @@ spec:
labels: labels:
app: veles-backend app: veles-backend
annotations: annotations:
veles.bstein.dev/redeploy: "2026-06-27-0.4.1-app-config"
vault.hashicorp.com/agent-inject: "true" vault.hashicorp.com/agent-inject: "true"
vault.hashicorp.com/agent-init-first: "true" vault.hashicorp.com/agent-init-first: "true"
vault.hashicorp.com/agent-pre-populate-only: "true" vault.hashicorp.com/agent-pre-populate-only: "true"
@ -58,7 +59,7 @@ spec:
initContainers: initContainers:
- name: database-init - name: database-init
image: registry.bstein.dev/veles/veles-backend:0.4.1 # {"$imagepolicy": "veles:veles-backend"} image: registry.bstein.dev/veles/veles-backend:0.4.1 # {"$imagepolicy": "veles:veles-backend"}
imagePullPolicy: IfNotPresent imagePullPolicy: Always
command: ["/bin/sh", "-c"] command: ["/bin/sh", "-c"]
args: args:
- | - |
@ -80,7 +81,7 @@ spec:
containers: containers:
- name: backend - name: backend
image: registry.bstein.dev/veles/veles-backend:0.4.1 # {"$imagepolicy": "veles:veles-backend"} image: registry.bstein.dev/veles/veles-backend:0.4.1 # {"$imagepolicy": "veles:veles-backend"}
imagePullPolicy: IfNotPresent imagePullPolicy: Always
command: ["/bin/sh", "-c"] command: ["/bin/sh", "-c"]
args: args:
- | - |
@ -111,10 +112,10 @@ spec:
resources: resources:
requests: requests:
cpu: 250m cpu: 250m
memory: 512Mi memory: 768Mi
limits: limits:
cpu: "1" cpu: "1"
memory: 1Gi memory: 2Gi
securityContext: securityContext:
runAsNonRoot: true runAsNonRoot: true
runAsUser: 10001 runAsUser: 10001