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