image: pullPolicy: IfNotPresent repository: ghcr.io/andrewpaglusch/flashpaper tag: latest@sha256:86fba187d74884dc759abb2f655fec28378d67455a1ebe73b3e6eb4c59f99b3f 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