fix name
This commit is contained in:
@@ -1,21 +1,21 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: my-app
|
name: qr-gen
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: my-app
|
app: qr-gen
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: my-app
|
app: qr-gen
|
||||||
spec:
|
spec:
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: git-bip
|
- name: git-bip
|
||||||
containers:
|
containers:
|
||||||
- name: my-app
|
- name: qr-gen
|
||||||
image: git.borninpain.de/docker/qr-gen:v1.0.0
|
image: git.borninpain.de/docker/qr-gen:v1.0.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
Reference in New Issue
Block a user