Create values.yaml
This commit is contained in:
@@ -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