Add Kubernetes Helm deployment pipeline
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2026-06-20 02:00:45 +08:00
parent 1405e7a989
commit 76539797a5
5 changed files with 79 additions and 7 deletions

19
chart/values.yaml Normal file
View File

@@ -0,0 +1,19 @@
replicaCount: 1
image:
repository: cdchen-frontend
tag: latest
pullPolicy: IfNotPresent
service:
type: NodePort
port: 80
nodePort: 30088
resources:
requests:
cpu: 100m
memory: 64Mi
limits:
cpu: 300m
memory: 128Mi