Compare commits
2 Commits
2dc3ef9d6c
...
1b5b61f067
| Author | SHA1 | Date |
|---|---|---|
|
|
1b5b61f067 | |
|
|
accdd972ce |
|
|
@ -1,5 +1,4 @@
|
|||
resources:
|
||||
- namespace.yaml
|
||||
- backend/backend-deployment.yaml
|
||||
- backend/be-networkpolicy.yaml
|
||||
- frontend/frontend-deployment.yaml
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: intern-workspace
|
||||
|
|
@ -3,7 +3,7 @@ kind: Deployment
|
|||
metadata:
|
||||
name: backend-deployment
|
||||
spec:
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
|
|
@ -21,7 +21,7 @@ kind: Deployment
|
|||
metadata:
|
||||
name: frontend-deployment
|
||||
spec:
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
|
|
|
|||
Loading…
Reference in New Issue