This commit is contained in:
zhenyus 2025-03-07 07:44:19 +08:00
commit 4fe1024925

View File

@ -8,7 +8,7 @@ frontend:
registry: docker.io
repository: null
name: frontend
tag: latest
tag: 1.0.0
imagePullPolicy: IfNotPresent
ports:
- name: http
@ -16,10 +16,10 @@ frontend:
protocol: TCP
resources:
requests:
cpu: '100m'
cpu: 100m
memory: 128Mi
limits:
cpu: '200m'
cpu: 200m
memory: 256Mi
probes: {}
services: