Files
infrastructure/clusters/cl01tl/helm/site-documentation/values.yaml

25 lines
594 B
YAML

site-documentation:
global:
fullnameOverride: site-documentation
controllers:
main:
type: deployment
replicas: 3
strategy: RollingUpdate
containers:
main:
image:
repository: harbor.alexlebens.net/images/site-documentation
tag: 0.32.0@sha256:95cfc389d99bb7d6e684f289619c701a9964768afc4a984295fa4791acffd1e1
resources:
requests:
cpu: 10m
memory: 40Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 4321