wiki/structured/assets/challenges.suse-cloud-native-fundamentals-scholarship-program/helm-nginx/values-prod.yaml
Gabriel Arazas 74fc53bb6a Update SUSE Cloud Native Computing course
Hoorah! Finally made it through the course! On the other hand, I also
updated the `concat-asset-folder` function to accept multiple arguments
representing the directory hierarchy instead of a separator.
2021-07-07 16:34:13 +08:00

12 lines
156 B
YAML

namespace:
name: prod
replicaCount: 2
image:
repository: nginx
tag: 1.17.0
resources:
cpu: 70m
memory: 256Mi
configmap:
data: "version: 1.17.0"