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

25 lines
576 B
YAML

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