Initial commit: demo-java-api with CI/CD
Some checks failed
Build & Deploy Java API / build (push) Has been cancelled
Some checks failed
Build & Deploy Java API / build (push) Has been cancelled
This commit is contained in:
38
deploy/helm/values.yaml
Normal file
38
deploy/helm/values.yaml
Normal file
@@ -0,0 +1,38 @@
|
||||
# Default values
|
||||
image:
|
||||
registry: harbor.cjjhc.top/library
|
||||
name: demo-java-api
|
||||
tag: "latest"
|
||||
pullPolicy: Always
|
||||
|
||||
replicaCount: 2
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 8080
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
className: traefik
|
||||
host: demo-java-api.local
|
||||
path: /
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 1Gi
|
||||
|
||||
env: []
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
path: /healthz
|
||||
port: 8080
|
||||
readiness:
|
||||
enabled: true
|
||||
path: /healthz
|
||||
port: 8080
|
||||
Reference in New Issue
Block a user