mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
auto update
This commit is contained in:
parent
aca18b9141
commit
03ace3b6b3
@ -139,7 +139,7 @@ apiVersion: v1
|
|||||||
kind: ReplicationController
|
kind: ReplicationController
|
||||||
metadata:
|
metadata:
|
||||||
name: redis-master
|
name: redis-master
|
||||||
# these labels can be applied automatically
|
# these labels can be applied automatically
|
||||||
# from the labels in the pod template if not set
|
# from the labels in the pod template if not set
|
||||||
labels:
|
labels:
|
||||||
app: redis
|
app: redis
|
||||||
@ -149,7 +149,7 @@ spec:
|
|||||||
# this replicas value is default
|
# this replicas value is default
|
||||||
# modify it according to your case
|
# modify it according to your case
|
||||||
replicas: 1
|
replicas: 1
|
||||||
# selector can be applied automatically
|
# selector can be applied automatically
|
||||||
# from the labels in the pod template if not set
|
# from the labels in the pod template if not set
|
||||||
# selector:
|
# selector:
|
||||||
# app: guestbook
|
# app: guestbook
|
||||||
|
Loading…
Reference in New Issue
Block a user