oc-tools/oc-mongo-express-helm/values.yaml

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