18 lines
285 B
YAML
18 lines
285 B
YAML
|
replicaCount: 1
|
||
|
|
||
|
image:
|
||
|
repository: registry.dev.svc.cluster.local:5000/oc-catalog
|
||
|
tag: latest
|
||
|
pullPolicy: IfNotPresent
|
||
|
|
||
|
service:
|
||
|
type: NodePort
|
||
|
port: 8087
|
||
|
targetPort: 8080
|
||
|
|
||
|
env:
|
||
|
mongoDatabase: DC_myDC
|
||
|
mongoUrl: mongodb://toto:27017
|
||
|
|
||
|
imagePullSecrets:
|
||
|
- name: regcred
|