Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mongodb] Enable authentication #1012

Open
github-actions bot opened this issue Nov 19, 2024 · 0 comments
Open

[mongodb] Enable authentication #1012

github-actions bot opened this issue Nov 19, 2024 · 0 comments

Comments

@github-actions
Copy link

# TODO: [mongodb] Enable authentication

---
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta1.json
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
  name: mongodb
  namespace: database
spec:
  interval: 5m
  chart:
    spec:
      chart: mongodb
      version: 15.1.1
      sourceRef:
        kind: HelmRepository
        name: bitnami-charts
        namespace: flux-system
      interval: 10m
  install:
    createNamespace: false
    remediation:
      retries: 5
  upgrade:
    remediation:
      retries: 5
  values:
    persistence:
      existingClaim: pvc-mongodb
    auth:
      # TODO: [mongodb] Enable authentication
      enabled: false
    service:
      externalTrafficPolicy: Cluster
      type: LoadBalancer
    externalAccess:
      enabled: true
      service:
        type: LoadBalancer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants