Skip to content
Snippets Groups Projects
values-local.yaml.example 1.07 KiB
Newer Older
nextcloud:
  nextcloud:
    host: "files.your.domain"
    password: Set a password here

  ingress:
    enabled: true
    annotations:
      # Tell traefik to automatically get a TLS certificate
      kubernetes.io/tls-acme: "true"
    hosts:
      - "files.your.domain"

  # Enable and configure MariaDB chart
  mariadb:
    db:
      password: Set a mysql password
    master:
      persistence:
        ## Enable PostgreSQL persistence using Persistent Volume Claims.
        enabled: true
        size: 512Mi
    replication:
      enabled:
        false
    rootUser:
      password: Set a mysql root user password

Arie Peterson's avatar
Arie Peterson committed
  server_name: "office.your.domain"
  jwtSecret: Set any random secret for JWT here
  ingress:
    enabled: true
    paths:
      - "/"
    hosts:
      - "office.your.domain"

postgresql:
  postgresqlPassword: Set a password for postgresql

rabbitmq:
  rabbitmq:
    password: Set a password for rabbitmq here
Mark's avatar
Mark committed

sociallogin:
  server_name: sso.oas.example.net
  client_id: nextcloud
  client_secret: "YouReallyNeedToChangeThis"
Mark's avatar
Mark committed
  groups_claim: "openappstack_roles"