20 lines
248 B
YAML
20 lines
248 B
YAML
|
|
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
|