2024-05-04 16:42:28 +00:00
|
|
|
config:
|
|
|
|
hostname: dev.badhouseplants.net
|
2024-05-08 15:38:52 +00:00
|
|
|
istio:
|
|
|
|
gateway: istio-system/network-base
|
2024-05-04 16:42:28 +00:00
|
|
|
|
2024-04-06 17:56:56 +00:00
|
|
|
replicaCount: 1
|
|
|
|
|
|
|
|
image:
|
|
|
|
repository: git.badhouseplants.net/softplayer/softplayer-web
|
|
|
|
pullPolicy: Always
|
2024-04-06 17:57:57 +00:00
|
|
|
tag: latest
|
2024-04-06 17:56:56 +00:00
|
|
|
|
|
|
|
imagePullSecrets: []
|
|
|
|
nameOverride: ""
|
|
|
|
fullnameOverride: ""
|
|
|
|
|
|
|
|
serviceAccount:
|
|
|
|
create: true
|
|
|
|
automount: true
|
|
|
|
annotations: {}
|
|
|
|
name: ""
|
|
|
|
|
|
|
|
deployAnnotations:
|
|
|
|
keel.sh/policy: force
|
2024-04-23 18:49:30 +00:00
|
|
|
keel.sh/trigger: poll
|
2024-04-06 17:56:56 +00:00
|
|
|
podLabels: {}
|
|
|
|
|
|
|
|
|
|
|
|
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: foo
|
|
|
|
# secret:
|
|
|
|
# secretName: mysecret
|
|
|
|
# optional: false
|
|
|
|
|
|
|
|
# Additional volumeMounts on the output Deployment definition.
|
|
|
|
volumeMounts: []
|
|
|
|
# - name: foo
|
|
|
|
# mountPath: "/etc/foo"
|
|
|
|
# readOnly: true
|
|
|
|
|
|
|
|
nodeSelector: {}
|
|
|
|
|
|
|
|
tolerations: []
|
|
|
|
|
|
|
|
affinity: {}
|