TrueChartsClone/charts/incubator/flashpaper/values.yaml

52 lines
1.5 KiB
YAML
Raw Normal View History

feat(Flashpaper) Add Chart (#19940) **Description** <!-- Ressurected removed chart. (The chart was removed because the container registry changed providers and was never updated, rendering the chart broken.) --> ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **📃 Notes:** N/a **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 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 - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [x] 🖼️ 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: xHyperElectric <71343435+xHyperElectric@users.noreply.github.com> Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Signed-off-by: Brendan <contact@srpl.us> Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Co-authored-by: Brendan <contact@srpl.us> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-04-07 01:10:08 +00:00
image:
pullPolicy: IfNotPresent
repository: ghcr.io/andrewpaglusch/flashpaper
tag: latest@sha256:91e23442eec448d0ceea4e71a277fb204d22d5ed0980570782403aa7c0e8400e
persistence:
data:
enabled: true
mountPath: /var/www/html/data
varrun:
enabled: false
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsNonRoot: false
runAsUser: 0
service:
main:
ports:
main:
port: 8544
protocol: tcp
targetPort: 80
workload:
main:
podSpec:
containers:
main:
env:
ANNOUNCEMENT: ""
MAX_SECRET_LENGTH: "3000"
MESSAGES_CONFIRM_VIEW_SECRET_BUTTON: View Secret
MESSAGES_CONFIRM_VIEW_SECRET_HEADER: View this secret?
MESSAGES_ERROR_SECRET_TOO_LONG: Input length too long
MESSAGES_SUBMIT_SECRET_BUTTON: Encrypt Message
MESSAGES_SUBMIT_SECRET_HEADER: Create A Self-Destructing Message
MESSAGES_SUBMIT_SECRET_SUBHEADER: ""
MESSAGES_VIEW_CODE_HEADER: Self-Destructing URL
MESSAGES_VIEW_CODE_SUBHEADER: |
Share this URL via email, chat, or another
messaging service. It will self-destruct after being viewed once.
MESSAGES_VIEW_SECRET_HEADER: This message has been destroyed
PRUNE_ENABLED: "true"
PRUNE_MAX_DAYS: "730"
PRUNE_MIN_DAYS: "365"
RETURN_FULL_URL: "true"
SITE_TITLE: FlashPaper - Self-Destructing Message