Compare commits
No commits in common. "1b5b61f067dcf0a677d8eee22c5ba073743898d5" and "2dc3ef9d6c235ab75e416a5a617461507c7188f0" have entirely different histories.
1b5b61f067
...
2dc3ef9d6c
|
|
@ -1,4 +1,5 @@
|
|||
resources:
|
||||
- namespace.yaml
|
||||
- backend/backend-deployment.yaml
|
||||
- backend/be-networkpolicy.yaml
|
||||
- frontend/frontend-deployment.yaml
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: intern-workspace
|
||||
|
|
@ -3,7 +3,7 @@ kind: Deployment
|
|||
metadata:
|
||||
name: backend-deployment
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
|
|
@ -21,7 +21,7 @@ kind: Deployment
|
|||
metadata:
|
||||
name: frontend-deployment
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
|
|
|
|||
Loading…
Reference in New Issue