|
| 1 | +config: |
| 2 | + labels: |
| 3 | + compute-type: fargate |
| 4 | + public_ip: ${manager_host} |
| 5 | + replicas: 2 |
| 6 | + security: |
| 7 | + existingAdminPassword: |
| 8 | + secret: cfy-admin-password |
| 9 | +containerSecurityContext: |
| 10 | + capabilities: |
| 11 | + add: null |
| 12 | + drop: null |
| 13 | + |
| 14 | +image: |
| 15 | + tag: 7.0.2 |
| 16 | + |
| 17 | +license: |
| 18 | + secretName: cfy-license |
| 19 | + useSecret: true |
| 20 | + |
| 21 | +resources: |
| 22 | + limits: |
| 23 | + cpu: 2 |
| 24 | + memory: 6Gi |
| 25 | + requests: |
| 26 | + cpu: 2 |
| 27 | + memory: 6Gi |
| 28 | + |
| 29 | +rabbitmq: |
| 30 | + deploy: true |
| 31 | + podAnnotations: |
| 32 | + backup.velero.io/backup-volumes: cloudify-data |
| 33 | + extraVolumeMounts: |
| 34 | + - name: cloudify-data |
| 35 | + mountPath: /mnt/cloudify-data |
| 36 | + readOnly: true |
| 37 | + extraVolumes: |
| 38 | + - name: cloudify-data |
| 39 | + persistentVolumeClaim: |
| 40 | + claimName: cfy-worker-pvc |
| 41 | + |
| 42 | +postgresql: |
| 43 | + deploy: true |
| 44 | + |
| 45 | +config: |
| 46 | + labels: |
| 47 | + compute-type: fargate |
| 48 | + public_ip: ${manager_host} |
| 49 | + replicas: 2 |
| 50 | + security: |
| 51 | + existingAdminPassword: |
| 52 | + secret: cfy-admin-password |
| 53 | +containerSecurityContext: |
| 54 | + capabilities: |
| 55 | + add: null |
| 56 | + drop: null |
| 57 | + |
| 58 | +image: |
| 59 | + tag: 7.0.2 |
| 60 | + |
| 61 | +license: |
| 62 | + secretName: cfy-license |
| 63 | + useSecret: true |
| 64 | + |
| 65 | +resources: |
| 66 | + limits: |
| 67 | + cpu: 2 |
| 68 | + memory: 6Gi |
| 69 | + requests: |
| 70 | + cpu: 2 |
| 71 | + memory: 6Gi |
| 72 | + |
| 73 | +rabbitmq: |
| 74 | + deploy: true |
| 75 | + |
| 76 | +postgresql: |
| 77 | + deploy: true |
| 78 | + |
| 79 | +tls: |
| 80 | + certManager: |
| 81 | + generate: true |
| 82 | + pgsqlSslCaName: global-bundle.pem |
| 83 | + pgsqlSslSecretName: postgres-external-cert |
| 84 | + |
| 85 | +volume: |
| 86 | + accessMode: ReadWriteMany |
| 87 | + size: 30Gi |
| 88 | + storageClass: efs |
| 89 | + |
| 90 | +nginx: |
| 91 | + # -- Fastly WAF option |
| 92 | + # --set nginx.fastly.enabled to true if used as "saas_manager" with public access |
| 93 | + # --set nginx.fastly.accesskeyid and --set nginx.fastly.secretaccesskey with values during deploy .. |
| 94 | + fastly: |
| 95 | + enabled: true |
| 96 | + repo: docker.io/signalsciences |
| 97 | + image_name: sigsci-agent |
| 98 | + tag: latest |
| 99 | + accesskeyid: override |
| 100 | + secretaccesskey: override |
| 101 | + nginx: |
| 102 | + proxy_port: 8002 |
| 103 | + |
| 104 | +ingress: |
| 105 | + enabled: true |
| 106 | + host: saas-manager.pub.nativeedge.dell.com |
| 107 | + ingressClassName: alb |
| 108 | + annotations: |
| 109 | + alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}' |
| 110 | + alb.ingress.kubernetes.io/healthcheck-interval-seconds: '60' |
| 111 | + alb.ingress.kubernetes.io/healthcheck-path: / |
| 112 | + alb.ingress.kubernetes.io/healthcheck-port: traffic-port |
| 113 | + alb.ingress.kubernetes.io/healthcheck-protocol: HTTP |
| 114 | + alb.ingress.kubernetes.io/healthcheck-timeout-seconds: '20' |
| 115 | + alb.ingress.kubernetes.io/listen-ports: '[{"HTTPS":443}, {"HTTP":80}]' |
| 116 | + alb.ingress.kubernetes.io/scheme: internet-facing |
| 117 | + alb.ingress.kubernetes.io/success-codes: '200' |
| 118 | + alb.ingress.kubernetes.io/target-type: ip |
| 119 | + alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:eu-west-1:008791006138:certificate/92a2092c-bd84-48e3-bd32-b5c62136b723 |
| 120 | + alb.ingress.kubernetes.io/group.name: eoaas-production-pub |
| 121 | + tls: |
| 122 | + enabled: false |
0 commit comments