add child apps
This commit is contained in:
20
app-of-apps/app3/deployment.yaml
Normal file
20
app-of-apps/app3/deployment.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: app-of-apps-3
|
||||
spec:
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 3
|
||||
selector:
|
||||
matchLabels:
|
||||
app: app-of-apps-3
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: app-of-apps-3
|
||||
spec:
|
||||
containers:
|
||||
- image: quay.io/acend/example-web-go
|
||||
name: app-of-apps-3
|
||||
ports:
|
||||
- containerPort: 5000
|
||||
Reference in New Issue
Block a user