Skip to content

Commit

Permalink
chore(apps/prod/tibuild): bump image tag to v2024.12.12-7-g7b83308 (#…
Browse files Browse the repository at this point in the history
…1398)

Ref PingCAP-QE/ee-apps#219

Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo authored Jan 2, 2025
1 parent afee218 commit c3354ff
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions apps/prod/tibuild/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,34 +20,34 @@ spec:
app: tibuild
spec:
containers:
- image: ghcr.io/pingcap-qe/ee-apps/tibuild:v2024.11.4-4-g31622fb
imagePullPolicy: Always
name: tibuild
ports:
- containerPort: 8080
protocol: TCP
resources:
requests:
cpu: "1"
memory: 1Gi
limits:
cpu: "1"
memory: 1Gi
livenessProbe:
httpGet:
path: /swagger/index.html
port: 8080
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 3
volumeMounts:
- name: configs
mountPath: "/app/configs"
readOnly: true
- image: ghcr.io/pingcap-qe/ee-apps/tibuild:v2024.12.12-7-g7b83308
imagePullPolicy: Always
name: tibuild
ports:
- containerPort: 8080
protocol: TCP
resources:
requests:
cpu: "1"
memory: 1Gi
limits:
cpu: "1"
memory: 1Gi
livenessProbe:
httpGet:
path: /swagger/index.html
port: 8080
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 3
volumeMounts:
- name: configs
mountPath: "/app/configs"
readOnly: true
nodeSelector:
kubernetes.io/arch: "amd64"
volumes:
- name: configs
secret:
secretName: tibuild-configs
- name: configs
secret:
secretName: tibuild-configs
terminationGracePeriodSeconds: 30

0 comments on commit c3354ff

Please sign in to comment.