Skip to content
Snippets Groups Projects
values.yaml 913 B
Newer Older
  • Learn to ignore specific revisions
  • global:
      domain: ""
      onPremEnabled: false
    
    
      #Configmaps
      logLevel: "ERROR"
      springProfilesActive: "gcp"
      entitlementsHost: "http://entitlements"
      registerHost: "http://register"
      partitionHost: "http://partition"
    
      # redis connection. Change it if you want to use external redis
      redisNotificationHost: ""
      redisNotificationPort: 6379
      redisImage: "docker.io/library/redis:7"
    
      requestsCpu: "20m"
      requestsMemory: "450Mi"
    
      limitsCpu: "1"
      limitsMemory: "1.5G"
    
      serviceAccountName: "notification"
    
      imagePullPolicy: "IfNotPresent"
    
      appName: "notification"
      rabbitmqSecretName: "rabbitmq-secret"
      openidSecretName: "notification-keycloak-secret"
    
      notificationRedisSecretName: "notification-redis-secret"
    
      proxyMemoryLimit: "256Mi"