feat: Add comp oc-shared with Helm chart templates
This commit is contained in:
23
helm/values.yaml
Normal file
23
helm/values.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: registry.dev.svc.cluster.local:5000/oc-shared
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
env:
|
||||
mongoDatabase: DC_myDC
|
||||
mongoUrl: mongodb://toto:27017
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 8091
|
||||
targetPort: 8080
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: "500m"
|
||||
memory: "512Mi"
|
||||
requests:
|
||||
cpu: "250m"
|
||||
memory: "256Mi"
|
||||
Reference in New Issue
Block a user