initial commit
This commit is contained in:
55
deploy/helm/rsh-backend/values.yaml
Normal file
55
deploy/helm/rsh-backend/values.yaml
Normal file
@@ -0,0 +1,55 @@
|
||||
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: {}
|
||||
Reference in New Issue
Block a user