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