24 lines
355 B
YAML
24 lines
355 B
YAML
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"
|