From f7bc46e62a42ee2804ed352a50af6b064e2faad0 Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Mon, 5 Dec 2022 03:19:02 -0500 Subject: [PATCH] feat(debian): Fix main port / order values better (#5121) --- charts/incubator/debian-bullseye/Chart.yaml | 2 +- charts/incubator/debian-bullseye/values.yaml | 36 +++++++++++--------- 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/charts/incubator/debian-bullseye/Chart.yaml b/charts/incubator/debian-bullseye/Chart.yaml index 36b20121ced..0a69021d529 100644 --- a/charts/incubator/debian-bullseye/Chart.yaml +++ b/charts/incubator/debian-bullseye/Chart.yaml @@ -28,4 +28,4 @@ sources: - https://www.debian.org/ - https://hub.docker.com/r/ich777/debian-bullseye type: application -version: 2.0.4 +version: 2.1.0 diff --git a/charts/incubator/debian-bullseye/values.yaml b/charts/incubator/debian-bullseye/values.yaml index cbe308ee584..97416e7bfb8 100644 --- a/charts/incubator/debian-bullseye/values.yaml +++ b/charts/incubator/debian-bullseye/values.yaml @@ -1,32 +1,36 @@ +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/debian-bullseye + tag: latest@sha256:d94dc420a354be7c028b1472e40855f1641e3350e0ac8f702424096d7d82cbb1 + +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + env: CUSTOM_RES_H: "1000" CUSTOM_RES_W: "1800" DATA_PERM: "770" DEV: "" ROOT_PWD: "" - UMASK: "0000" USER_LOCALES: en_US.UTF-8 UTF-8 -image: - pullPolicy: IfNotPresent - repository: tccr.io/truecharts/debian-bullseye - tag: latest@sha256:d94dc420a354be7c028b1472e40855f1641e3350e0ac8f702424096d7d82cbb1 -persistence: - homedirectory: - enabled: true - mountPath: /debian -podSecurityContext: - runAsGroup: 0 - runAsUser: 0 -securityContext: - readOnlyRootFilesystem: false - runAsNonRoot: false + service: main: ports: main: port: 8080 - protocol: TCP + protocol: HTTP targetPort: 8080 +persistence: + homedirectory: + enabled: true + mountPath: /debian + portal: enabled: true