oc-deploy/Helm/oc-mongo-express/values.yaml

19 lines
266 B
YAML
Raw Normal View History

2024-08-30 16:13:10 +02:00
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