From 328f5ebf8b8ef0ce7837109d47f306d24d175037 Mon Sep 17 00:00:00 2001 From: John Graham <jjgraham@ucsd.edu> Date: Mon, 27 Jan 2020 17:45:00 -0800 Subject: [PATCH] Upload New File --- values.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 values.yaml diff --git a/values.yaml b/values.yaml new file mode 100644 index 0000000..bb760db --- /dev/null +++ b/values.yaml @@ -0,0 +1,23 @@ +image: + repository: gitlab-registry.nautilus.optiputer.net/prp/netbox + tag: latest + +resources: + limits: + cpu: 1 + memory: 1Gi + requests: + cpu: 10m + memory: 128Mi + +nginx: + resources: + limits: + cpu: 1 + memory: 1Gi + requests: + cpu: 10m + memory: 128Mi + +persistence: + storageClass: "rook-block" \ No newline at end of file -- GitLab