Files
truecharts/charts/incubator/hasty-paste/values.yaml
T
711b8761a5 migrate(hasty-paste): Another tested chart done (#15712)
**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._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-12-05 10:13:03 -05:00

79 lines
1.6 KiB
YAML

image:
repository: ghcr.io/enchant97/hasty-paste
pullPolicy: IfNotPresent
tag: 1.9.0@sha256:fbbb670ac9b201bf0a47feaa7b1588b5b5c4657bbf49518f9534f12e8e80ce3d
hastyPaste:
new_at_index: false
enable_public_list: false
max_body_size: 2000000
log_level: INFO
workers: 1
interface:
default_use_long_id: false
default_expire_time_enable: false
default_expire_time_minutes: 0
default_expire_time_hours: 1
default_expire_time_days: 0
branding:
title: ""
description: ""
icon: ""
favicon: ""
css_file: ""
hide_version: false
workload:
main:
podSpec:
containers:
main:
envFrom:
- secretRef:
name: "hastypaste-secrets"
probes:
liveness:
enabled: true
custom: true
spec:
exec:
command:
- /bin/sh
- health-check.sh
readiness:
enabled: true
custom: true
spec:
exec:
command:
- /bin/sh
- health-check.sh
startup:
enabled: true
custom: true
spec:
exec:
command:
- /bin/sh
- health-check.sh
service:
main:
ports:
main:
protocol: http
port: 10601
persistence:
config:
enabled: true
mountPath: /app/data
redis:
enabled: true
username: default
portal:
open:
enabled: true