e5073d560d
In helmchart it's defined to use `hugo` to server the static content. Since hugo is not in container any more, it's not going to work Reviewed-on: https://git.badhouseplants.net/allanger/badhouseplants-net/pulls/10
69 lines
1.4 KiB
YAML
69 lines
1.4 KiB
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: git.badhouseplants.net/allanger/badhouseplants-net
|
|
pullPolicy: Always
|
|
tag: latest
|
|
|
|
imagePullSecrets: []
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
deployAnnotations:
|
|
keel.sh/trigger: poll
|
|
keel.sh/policy: 'force'
|
|
|
|
podSecurityContext: {}
|
|
# fsGroup: 2000
|
|
|
|
securityContext: {}
|
|
# capabilities:
|
|
# drop:
|
|
# - ALL
|
|
# readOnlyRootFilesystem: true
|
|
# runAsNonRoot: true
|
|
# runAsUser: 1000
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 80
|
|
|
|
ingress:
|
|
enabled: false
|
|
annotations:
|
|
kubernetes.io/ingress.class: istio
|
|
hosts:
|
|
- host: badhouseplants.net
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls:
|
|
- secretName: badhouseplants-wildcard-tls
|
|
hosts:
|
|
- badhouseplants.net
|
|
|
|
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
|
|
|
|
autoscaling:
|
|
enabled: false
|
|
minReplicas: 1
|
|
maxReplicas: 100
|
|
targetCPUUtilizationPercentage: 80
|
|
# targetMemoryUtilizationPercentage: 80
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|