Create values.yaml
This commit is contained in:
committed by
GitHub
parent
f4004b2d36
commit
fe1e32a33b
22
helm-chart/values.yaml
Normal file
22
helm-chart/values.yaml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user