fixie-wixie
This commit is contained in:
parent
f82ed1781e
commit
6f18a83d43
@ -14,7 +14,7 @@ type: application
|
|||||||
|
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
version: 0.1.3
|
version: 0.1.4
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
|
@ -5,6 +5,10 @@ metadata:
|
|||||||
name: controller-redis
|
name: controller-redis
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
app: controller-redis
|
||||||
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
@ -29,6 +33,7 @@ metadata:
|
|||||||
name: controller-redis
|
name: controller-redis
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app: controller-redis
|
app: controller-redis
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user