Compare commits

..

No commits in common. "1b5b61f067dcf0a677d8eee22c5ba073743898d5" and "2dc3ef9d6c235ab75e416a5a617461507c7188f0" have entirely different histories.

3 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,5 @@
resources:
- namespace.yaml
- backend/backend-deployment.yaml
- backend/be-networkpolicy.yaml
- frontend/frontend-deployment.yaml

4
base/namespace.yaml Normal file
View File

@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: intern-workspace

View File

@ -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: