Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d6c8b2a5c1 |
@@ -1,12 +1,11 @@
|
||||
apiVersion: apps/v1
|
||||
kind: StatefulSet
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: nginx-deployment
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: nginx
|
||||
serviceName: "nginx"
|
||||
replicas: 10
|
||||
template:
|
||||
metadata:
|
||||
@@ -15,6 +14,6 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: nginx:latest
|
||||
image: nginx:1.26.2
|
||||
ports:
|
||||
- containerPort: 81
|
||||
Reference in New Issue
Block a user