93 lines
1.9 KiB
YAML
93 lines
1.9 KiB
YAML
config:
|
|
hostname: softplayer.dev.badhouseplants.net
|
|
# hostname: softplayer-backend.badhouseplants.net
|
|
replicaCount: 1
|
|
istio:
|
|
gateway: istio-system/network-base
|
|
# gateway: istio-system/badhouseplants-net
|
|
image:
|
|
repository: git.badhouseplants.net/softplayer/softplayer-backend
|
|
pullPolicy: Always
|
|
tag: latest
|
|
|
|
|
|
imagePullSecrets: []
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
serviceAccount:
|
|
create: true
|
|
automount: true
|
|
annotations: {}
|
|
name: ""
|
|
|
|
deployAnnotations:
|
|
keel.sh/policy: force
|
|
keel.sh/trigger: poll
|
|
podLabels: {}
|
|
|
|
podSecurityContext:
|
|
fsGroup: 2000
|
|
|
|
securityContext:
|
|
capabilities:
|
|
drop:
|
|
- ALL
|
|
readOnlyRootFilesystem: true
|
|
runAsNonRoot: true
|
|
runAsUser: 1000
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 80
|
|
|
|
resources: {}
|
|
# We usually recommend not to specify default resources and to leave this as a conscious
|
|
# choice for the user. This also increases chances charts run on environments with little
|
|
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
|
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
|
# limits:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
|
|
## livenessProbe:
|
|
## httpGet:
|
|
## path: /
|
|
## port: http
|
|
## readinessProbe:
|
|
## httpGet:
|
|
## path: /
|
|
## port: http
|
|
|
|
autoscaling:
|
|
enabled: false
|
|
minReplicas: 1
|
|
maxReplicas: 100
|
|
targetCPUUtilizationPercentage: 80
|
|
# targetMemoryUtilizationPercentage: 80
|
|
|
|
# Additional volumes on the output Deployment definition.
|
|
volumes:
|
|
- name: tmp
|
|
emptyDir: {}
|
|
- name: tmpsoftplayer
|
|
emptyDir: {}
|
|
|
|
# Additional volumeMounts on the output Deployment definition.
|
|
volumeMounts:
|
|
- name: tmp
|
|
mountPath: "/tmp"
|
|
readOnly: false
|
|
- name: tmpsoftplayer
|
|
mountPath: "/tmpsoftplayer"
|
|
readOnly: false
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|