19 lines
266 B
YAML
19 lines
266 B
YAML
|
replicaCount: 1
|
||
|
|
||
|
image:
|
||
|
repository: mongo-express
|
||
|
tag: latest
|
||
|
pullPolicy: IfNotPresent
|
||
|
|
||
|
service:
|
||
|
port: 8081
|
||
|
targetPort: 8081
|
||
|
type: NodePort
|
||
|
|
||
|
imagePullSecrets:
|
||
|
- name: my-registry-key
|
||
|
|
||
|
secret:
|
||
|
usernameKey: mongo-username
|
||
|
passwordKey: mongo-password
|