Some checks reported errors
continuous-integration/drone/push Build encountered an error
20 lines
250 B
YAML
20 lines
250 B
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: cdchen-backend
|
|
tag: latest
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
type: NodePort
|
|
port: 8080
|
|
nodePort: 30089
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 200m
|
|
memory: 256Mi
|
|
limits:
|
|
cpu: 600m
|
|
memory: 512Mi
|