image: repository: rsh-backend tag: "" pullPolicy: IfNotPresent imagePullSecrets: [] replicaCount: 1 env: RSH_LOG: info service: type: ClusterIP port: 7777 annotations: {} ingress: enabled: false className: "" annotations: {} host: rsh.example.com tls: enabled: false secretName: "" persistence: enabled: true size: 1Gi storageClass: "" accessMode: ReadWriteOnce authorizedKeys: "" resources: {} nodeSelector: {} tolerations: [] affinity: {} podSecurityContext: fsGroup: 10001 securityContext: runAsNonRoot: true runAsUser: 10001 readOnlyRootFilesystem: true allowPrivilegeEscalation: false capabilities: drop: - ALL serviceAccount: create: true name: "" annotations: {}