# # IMPORTANT NOTE # # This chart inherits from our common library chart. You can check the default values/options here: # https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml # image: # -- image repository repository: hjacobs/kube-ops-view # -- image tag # @default -- chart.appVersion tag: # -- image pull policy pullPolicy: IfNotPresent # -- environment variables. See more environment variables in the [kube-ops-view documentation](https://codeberg.org/hjacobs/kube-ops-view/#configuration). # @default -- See below env: # -- Set the container timezone TZ: UTC # -- Configures service settings for the chart. # @default -- See values.yaml service: main: ports: http: port: 8080 securityContext: readOnlyRootFilesystem: true runAsNonRoot: true runAsUser: 1000 serviceAccount: # -- create needed service account create: true ingress: # -- Enable and configure ingress settings for the chart under this key. # @default -- See values.yaml main: enabled: false