Untitled
Anonymous
plain_text
06/11/2024 1:36 PM
500 B
13
Indexable
apiVersion: apps/v1
kind: ReplicaSet
metadata:
name: frontend
labels:
app: nginx
tier: frontend
spec:
replicas: 10
selector:
matchLabels:
tier: frontend
template:
metadata:
labels:
tier: frontend
spec:
containers:
- name: nginx
image: nginx
ports:
- containerPort: 80Editor is loading...
Leave a Comment