feat: Add comp oc-shared with Helm chart templates

This commit is contained in:
na
2024-09-12 14:35:38 +02:00
parent 18fe4b01ed
commit 53f683ae79
8 changed files with 194 additions and 1 deletions

23
helm/values.yaml Normal file
View 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"