Fix: mafuyu deploy naming
This commit is contained in:
@@ -2,18 +2,18 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: mafuyu
|
||||
name: mafuyu-dcbot
|
||||
labels:
|
||||
app: mafuyu
|
||||
app: mafuyu-dcbot
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: mafuyu
|
||||
app: mafuyu-dcbot
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: mafuyu
|
||||
app: mafuyu-dcbot
|
||||
spec:
|
||||
containers:
|
||||
- name: dcbot
|
||||
|
||||
Reference in New Issue
Block a user