# Default values for sapl. # This is a YAML-formatted file. # Declare variables to be passed into your templates. replicaCount: 1 image: repository: interlegis/sapl pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" serviceAccount: # Specifies whether a service account should be created create: true # Annotations to add to the service account annotations: {} # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: "" podAnnotations: {} podSecurityContext: {} # fsGroup: 2000 securityContext: {} # capabilities: # drop: # - ALL # readOnlyRootFilesystem: true # runAsNonRoot: true # runAsUser: 1000 service: type: ClusterIP port: 80 persistence: enabled: true #storageClass: "" accessMode: ReadWriteOnce size: 500Mi sapl: adminPassword: altereme adminEmail: contato@tecnico.net emailSendUser: no-reply@domain.net debug: 'False' useTls: 'False' emailPort: 25 emailHost: smtp.domain.net timeZone: 'America/Sao_Paulo' useSolr: 'True' solrCollection: 'sapl' solrUrl: 'http://localhost:8983' solrNumShards: 1 solrReplFactor: 2 solrMaxShardsPerNode: 1 hostname: 'sapl.domain.net' ingress: enabled: true # extra annotations only annotations: {} postgresql: internal: true image: tag: 9.6.12-r66 pullPolicy: IfNotPresent service: type: ClusterIP port: 5432 persistence: enabled: true size: 10Gi postgresqlPassword: altereme postgresqlUsername: sapl postgresqlDatabase: sapl resources: requests: cpu: 50m memory: 64Mi resources: # limits: # cpu: 100m # memory: 128Mi requests: cpu: 100m memory: 330Mi autoscaling: enabled: false minReplicas: 1 maxReplicas: 100 targetCPUUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80 nodeSelector: {} tolerations: [] affinity: {}