|
| 1 | +fullnameOverride: parzorenq-am |
| 2 | + |
| 3 | +image: |
| 4 | + repository: code4romania/website-factory |
| 5 | + tag: 1.11.8 |
| 6 | + |
| 7 | +ingress: |
| 8 | + enabled: true |
| 9 | + annotations: |
| 10 | + "cert-manager.io/cluster-issuer": letsencrypt |
| 11 | + "nginx.ingress.kubernetes.io/from-to-www-redirect": "true" |
| 12 | + "nginx.ingress.kubernetes.io/proxy-body-size": "10m" |
| 13 | + hosts: |
| 14 | + - host: parzorenq.am |
| 15 | + paths: |
| 16 | + - path: / |
| 17 | + pathType: ImplementationSpecific |
| 18 | + tls: |
| 19 | + - secretName: web-ssl |
| 20 | + hosts: |
| 21 | + - parzorenq.am |
| 22 | + - www.parzorenq.am |
| 23 | + |
| 24 | +resources: |
| 25 | + requests: |
| 26 | + cpu: 10m |
| 27 | + memory: 80Mi |
| 28 | + limits: |
| 29 | + cpu: 250m |
| 30 | + memory: 256Mi |
| 31 | + |
| 32 | +env: |
| 33 | + - name: WEBSITE_FACTORY_EDITION |
| 34 | + value: "ong" |
| 35 | + - name: WEBSITE_FACTORY_HIDE_BANNER |
| 36 | + value: "false" |
| 37 | + - name: APP_URL |
| 38 | + value: "https://parzorenq.am" |
| 39 | + - name: APP_KEY |
| 40 | + valueFrom: |
| 41 | + secretKeyRef: |
| 42 | + name: parzorenq-am-secret |
| 43 | + key: APP_KEY |
| 44 | + - name: DB_HOST |
| 45 | + valueFrom: |
| 46 | + secretKeyRef: |
| 47 | + name: parzorenq-am-secret |
| 48 | + key: DB_HOST |
| 49 | + - name: DB_DATABASE |
| 50 | + valueFrom: |
| 51 | + secretKeyRef: |
| 52 | + name: parzorenq-am-secret |
| 53 | + key: DB_DATABASE |
| 54 | + - name: DB_USERNAME |
| 55 | + valueFrom: |
| 56 | + secretKeyRef: |
| 57 | + name: parzorenq-am-secret |
| 58 | + key: DB_USERNAME |
| 59 | + - name: DB_PASSWORD |
| 60 | + valueFrom: |
| 61 | + secretKeyRef: |
| 62 | + name: parzorenq-am-secret |
| 63 | + key: DB_PASSWORD |
| 64 | + - name: MAIL_FROM_ADDRESS |
| 65 | + valueFrom: |
| 66 | + secretKeyRef: |
| 67 | + name: parzorenq-am-secret |
| 68 | + key: MAIL_FROM_ADDRESS |
| 69 | + - name: FILESYSTEM_DRIVER |
| 70 | + value: "s3" |
| 71 | + - name: FILESYSTEM_CLOUD |
| 72 | + value: "s3" |
| 73 | + - name: AWS_ACCESS_KEY_ID |
| 74 | + valueFrom: |
| 75 | + secretKeyRef: |
| 76 | + name: parzorenq-am-secret |
| 77 | + key: AWS_ACCESS_KEY_ID |
| 78 | + - name: AWS_SECRET_ACCESS_KEY |
| 79 | + valueFrom: |
| 80 | + secretKeyRef: |
| 81 | + name: parzorenq-am-secret |
| 82 | + key: AWS_SECRET_ACCESS_KEY |
| 83 | + - name: AWS_DEFAULT_REGION |
| 84 | + valueFrom: |
| 85 | + secretKeyRef: |
| 86 | + name: parzorenq-am-secret |
| 87 | + key: AWS_DEFAULT_REGION |
| 88 | + - name: AWS_BUCKET |
| 89 | + valueFrom: |
| 90 | + secretKeyRef: |
| 91 | + name: parzorenq-am-secret |
| 92 | + key: AWS_BUCKET |
0 commit comments