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,18 +5,22 @@ metadata:
|
|||||||
name: controller-redis
|
name: controller-redis
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
replicas: 1
|
metadata:
|
||||||
selector:
|
labels:
|
||||||
matchLabels:
|
|
||||||
app: controller-redis
|
app: controller-redis
|
||||||
template:
|
spec:
|
||||||
metadata:
|
replicas: 1
|
||||||
labels:
|
selector:
|
||||||
|
matchLabels:
|
||||||
app: controller-redis
|
app: controller-redis
|
||||||
spec:
|
template:
|
||||||
containers:
|
metadata:
|
||||||
- name: controller-redis
|
labels:
|
||||||
image: redis
|
app: controller-redis
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- name: controller-redis
|
||||||
|
image: redis
|
||||||
placement:
|
placement:
|
||||||
clusters:
|
clusters:
|
||||||
- name: cloud
|
- name: cloud
|
||||||
@ -29,13 +33,14 @@ metadata:
|
|||||||
name: controller-redis
|
name: controller-redis
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
selector:
|
spec:
|
||||||
app: controller-redis
|
selector:
|
||||||
ports:
|
app: controller-redis
|
||||||
- name: controller-redis
|
ports:
|
||||||
protocol: TCP
|
- name: controller-redis
|
||||||
port: 6379
|
protocol: TCP
|
||||||
targetPort: 6379
|
port: 6379
|
||||||
|
targetPort: 6379
|
||||||
placement:
|
placement:
|
||||||
clusters:
|
clusters:
|
||||||
- name: cloud
|
- name: cloud
|
||||||
|
Loading…
x
Reference in New Issue
Block a user