Files
blog/deploy/helm/values.yaml
Pavel Kirilin d9e945ee92 Added gitlab-ci.
Signed-off-by: Pavel Kirilin <win10@list.ru>
2021-12-07 11:25:40 +04:00

42 lines
615 B
YAML

replicaCount: 1
image:
repository: $DOCKER_REGISTRY/s3rius/blog
pullPolicy: Always
tag: "latest"
pullSecret: {}
podAnnotations: {}
service:
type: ClusterIP
port: 80
ingress:
enabled: true
className: ""
annotations: {}
hosts:
- host: "s3rius.blog"
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- "s3rius.blog"
resources: {}
# cpu: 100m
# memory: 100Mi
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
nodeSelector: {}
tolerations: []
affinity: {}