TrueChartsClone/charts/stable/matomo/values.yaml

97 lines
3.0 KiB
YAML
Raw Normal View History

image:
chore(repo) change stable charts to the upstream images (#14739) **Description** Update the stable train charts to their direct upstream image. ⚒️ 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._ Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-17 10:22:57 +00:00
repository: bitnami/matomo
tag: 4.16.0@sha256:97f0d4935cdbc3c51f5b6ba4e4f60f3ce0ed219fcefcb825f29b077483ccf1f3
pullPolicy: IfNotPresent
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900) **Description** Part 1 of the migration to new common on the stable train. This basically breaks most/all charts requiring a reinstall on SCALE as well. Helm users shouldn't need a reinstall but could migrate their values.yaml modification manually besides backing-up and porting the databases. There be Dragons basically, as we obviously cannot 100% go over each-and-every single app in the stable train like we did in the enterprise train. **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Via CI and manually validation in a lot of cases where the CI did not correctly check things. Additional catalog item creation tooling for local testing has been added as well. **📃 Notes:** There will be issues in the future but we should get as much working well as we can. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ 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-04-11 10:07:17 +00:00
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/index.php"
readiness:
path: "/index.php"
startup:
path: "/index.php"
env:
APACHE_HTTP_PORT_NUMBER: "{{ .Values.service.main.ports.main.port }}"
APACHE_HTTPS_PORT_NUMBER: "{{ .Values.service.https.ports.https.port }}"
MATOMO_DATABASE_PORT_NUMBER: 3306
MATOMO_DATABASE_NAME: "{{ .Values.mariadb.mariadbDatabase }}"
MATOMO_DATABASE_USER: "{{ .Values.mariadb.mariadbUsername }}"
PHP_DATE_TIMEZONE: "{{ .Values.TZ }}"
# User / Site Config
MATOMO_USERNAME: "admin"
MATOMO_PASSWORD: "password"
MATOMO_EMAIL: "myemail@example.com"
MATOMO_WEBSITE_NAME: "My Website"
MATOMO_WEBSITE_HOST: "https://web.example.com"
MATOMO_HOST: "127.0.0.1"
# Reverse Proxy Config
MATOMO_ENABLE_PROXY_URI_HEADER: false
MATOMO_ENABLE_ASSUME_SECURE_PROTOCOL: false
MATOMO_ENABLE_FORCE_SSL: false
# No defaults, but usually this header is used
# MATOMO_PROXY_CLIENT_HEADER: "HTTP_X_FORWARDED_FOR"
# SMTP Config
MATOMO_SMTP_HOST: ""
MATOMO_SMTP_PORT: ""
MATOMO_SMTP_USER: ""
MATOMO_SMTP_PASSWORD: ""
# Available protocols are: "ssl", "tls", "none"
MATOMO_SMTP_PROTOCOL: ""
# Available mechanisms are: "Plain", "Login", "Crammd5"
MATOMO_SMTP_AUTH: "Plain"
# PHP Config
PHP_MEMORY_LIMIT: "2048M"
PHP_ENABLE_OPCACHE: true
# PHP_EXPOSE_PHP:
# PHP_MAX_EXECUTION_TIME:
# PHP_MAX_INPUT_TIME:
# PHP_MAX_INPUT_VARS:
# PHP_POST_MAX_SIZE:
# PHP_UPLOAD_MAX_FILESIZE:
MATOMO_DATABASE_HOST:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
key: plainhost
MATOMO_DATABASE_PASSWORD:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
key: mariadb-password
service:
main:
ports:
main:
protocol: http
port: 10172
targetPort: 10172
https:
enabled: true
ports:
https:
enabled: true
protocol: https
port: 10173
targetPort: 10173
persistence:
data:
enabled: true
mountPath: "/bitnami/matomo"
mariadb:
enabled: true
mariadbUsername: matomo
mariadbDatabase: matomo
portal:
open:
enabled: true