Files
truecharts/charts/unstable/ghost/values.yaml
T
Kjeld SchoutenandGitHub 1dd63997c4 Incubator testing (#15844)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-12-12 16:54:42 +01:00

71 lines
2.2 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: ghost
tag: 5.73.1@sha256:1a505da1f3985e35ae920a68697e146f23242503c8ea9b13823efd0bf75e0306
mariadb:
enabled: true
existingSecret: mariadbcreds
mariadbDatabase: ghost
mariadbUsername: ghost
persistence:
content:
enabled: true
mountPath: /var/lib/ghost/content
portal:
open:
enabled: true
service:
main:
ports:
main:
port: 10166
targetPort: 10166
workload:
main:
podSpec:
containers:
main:
env:
NODE_ENV: production
adminFrameProtection: true
backgroundJobs__emailAnalytics: true
compress: true
database__client: mysql
database__connection__database: "{{ .Values.mariadb.mariadbDatabase }}"
database__connection__host:
secretKeyRef:
key: plainhost
name: mariadbcreds
database__connection__password:
secretKeyRef:
key: mariadb-password
name: mariadbcreds
database__connection__port: 3306
database__connection__user: "{{ .Values.mariadb.mariadbUsername }}"
emailAnalytics: true
enableStripePromoCodes: false
imageOptimization__resize: true
imageOptimization__srcsets: true
mail__from: ""
mail__options__auth__pass: ""
mail__options__auth__user: ""
mail__options__port: ""
mail__options__secure: false
mail__options__service: ""
mail__transport: ""
opensea__privateReadOnlyApiKey: ""
preloadHeaders: false
privacy__useGravatar: false
privacy__useRpcPing: false
privacy__useStructuredData: false
privacy__useTinfoil: true
privacy__useUpdateCheck: false
sendWelcomeEmail: true
server__port: "{{ .Values.service.main.ports.main.port }}"
stripeDirect: false
tenor__contentFilter: "off"
tenor__publicReadOnlyApiKey: ""
twitter__privateReadOnlyToken: ""
url: http://localhost:10166
useMinFiles: true