From fe1e32a33b9a69c855db09ced8ddf28d5c9009cf Mon Sep 17 00:00:00 2001 From: Barahalikar Siddharth Date: Thu, 9 Jun 2022 18:31:52 +0530 Subject: [PATCH] Create values.yaml --- helm-chart/values.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 helm-chart/values.yaml diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml new file mode 100644 index 0000000..4eebd95 --- /dev/null +++ b/helm-chart/values.yaml @@ -0,0 +1,22 @@ +replicaCount: 1 + +image: + repository: siddharth67/php-random-shapes:v1 + pullPolicy: IfNotPresent + # Overrides the image tag whose default is the chart appVersion. + tag: "" + +imagePullSecrets: [] +nameOverride: "" +fullnameOverride: "" + +service: + type: ClusterIP + port: 80 + +color: + circle: black + oval: black + triangle: black + rectangle: black + square: black