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 secretName: mongo-secret