feat: Add oc-workspace component chart and diagrams

This commit is contained in:
na
2024-09-12 14:36:45 +02:00
parent b7cb597602
commit e419bad7f7
7 changed files with 190 additions and 0 deletions

23
helm/values.yaml Normal file
View File

@@ -0,0 +1,23 @@
replicaCount: 1
image:
repository: registry.dev.svc.cluster.local:5000/oc-workspace
tag: latest
pullPolicy: IfNotPresent
env:
mongoDatabase: DC_myDC
mongoUrl: mongodb://toto:27017
service:
type: ClusterIP
port: 8089
targetPort: 8080
resources:
limits:
cpu: "500m"
memory: "512Mi"
requests:
cpu: "250m"
memory: "256Mi"