20 lines
198 B
YAML
20 lines
198 B
YAML
|
replicaCount: 1
|
||
|
|
||
|
image:
|
||
|
repository: mongo
|
||
|
tag: 3.6.5-jessie
|
||
|
pullPolicy: IfNotPresent
|
||
|
|
||
|
service:
|
||
|
type: ClusterIP
|
||
|
port: 27017
|
||
|
|
||
|
|
||
|
resources: {}
|
||
|
|
||
|
nodeSelector: {}
|
||
|
|
||
|
tolerations: []
|
||
|
|
||
|
affinity: {}
|