Update invy valus
This commit is contained in:
parent
05c81f13ce
commit
a60b4cdafc
@ -134,3 +134,37 @@ ingress:
|
||||
- secretName: invy-tls
|
||||
hosts:
|
||||
- invy.dvirlabs.com
|
||||
|
||||
# Service Account
|
||||
serviceAccount:
|
||||
create: true
|
||||
annotations: {}
|
||||
name: ""
|
||||
|
||||
# Pod annotations
|
||||
podAnnotations: {}
|
||||
|
||||
# Pod security context
|
||||
podSecurityContext: {}
|
||||
# fsGroup: 2000
|
||||
|
||||
# Container security context
|
||||
securityContext: {}
|
||||
# capabilities:
|
||||
# drop:
|
||||
# - ALL
|
||||
# readOnlyRootFilesystem: true
|
||||
# runAsNonRoot: true
|
||||
# runAsUser: 1000
|
||||
|
||||
# Node selector
|
||||
nodeSelector: {}
|
||||
|
||||
# Tolerations
|
||||
tolerations: []
|
||||
|
||||
# Affinity
|
||||
affinity: {}
|
||||
|
||||
# Replica count (default for both frontend and backend if not specified)
|
||||
replicaCount: 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user