|
| 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 | +config: |
| 30 | + labels: |
| 31 | + compute-type: fargate |
| 32 | + public_ip: ${manager_host} |
| 33 | + replicas: 2 |
| 34 | + security: |
| 35 | + existingAdminPassword: |
| 36 | + secret: cfy-admin-password |
| 37 | +containerSecurityContext: |
| 38 | + capabilities: |
| 39 | + add: null |
| 40 | + drop: null |
| 41 | + |
| 42 | +image: |
| 43 | + tag: 7.0.2 |
| 44 | + |
| 45 | +license: |
| 46 | + secretName: cfy-license |
| 47 | + useSecret: true |
| 48 | + |
| 49 | +resources: |
| 50 | + limits: |
| 51 | + cpu: 2 |
| 52 | + memory: 6Gi |
| 53 | + requests: |
| 54 | + cpu: 2 |
| 55 | + memory: 6Gi |
| 56 | + |
| 57 | +nginx: |
| 58 | + # -- Fastly WAF option |
| 59 | + # --set nginx.fastly.enabled to true if used as "saas_manager" with public access |
| 60 | + # --set nginx.fastly.accesskeyid and --set nginx.fastly.secretaccesskey with values during deploy .. |
| 61 | + fastly: |
| 62 | + enabled: true |
| 63 | + repo: docker.io/signalsciences |
| 64 | + image_name: sigsci-agent |
| 65 | + tag: latest |
| 66 | + accesskeyid: override |
| 67 | + secretaccesskey: override |
| 68 | + nginx: |
| 69 | + proxy_port: 8002 |
| 70 | + |
| 71 | +ingress: |
| 72 | + enabled: true |
| 73 | + host: saas-manager.pub.nativeedge.dell.com |
| 74 | + ingressClassName: alb |
| 75 | + annotations: |
| 76 | + alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}' |
| 77 | + alb.ingress.kubernetes.io/healthcheck-interval-seconds: '60' |
| 78 | + alb.ingress.kubernetes.io/healthcheck-path: / |
| 79 | + alb.ingress.kubernetes.io/healthcheck-port: traffic-port |
| 80 | + alb.ingress.kubernetes.io/healthcheck-protocol: HTTP |
| 81 | + alb.ingress.kubernetes.io/healthcheck-timeout-seconds: '20' |
| 82 | + alb.ingress.kubernetes.io/listen-ports: '[{"HTTPS":443}, {"HTTP":80}]' |
| 83 | + alb.ingress.kubernetes.io/scheme: internet-facing |
| 84 | + alb.ingress.kubernetes.io/success-codes: '200' |
| 85 | + alb.ingress.kubernetes.io/target-type: ip |
| 86 | + alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:eu-west-1:008791006138:certificate/92a2092c-bd84-48e3-bd32-b5c62136b723 |
| 87 | + alb.ingress.kubernetes.io/group.name: eoaas-production-pub |
| 88 | + tls: |
| 89 | + enabled: false |
0 commit comments