cboettig commited on
Commit
59f94dd
·
1 Parent(s): 0ad4f4d

:sparkles:

Browse files
Files changed (2) hide show
  1. kubernetes/deployment.yaml +2 -0
  2. kubernetes/up.sh +3 -2
kubernetes/deployment.yaml CHANGED
@@ -33,3 +33,5 @@ spec:
33
  limits:
34
  cpu: 4
35
  memory: 4Gi
 
 
 
33
  limits:
34
  cpu: 4
35
  memory: 4Gi
36
+
37
+
kubernetes/up.sh CHANGED
@@ -2,6 +2,7 @@
2
 
3
  kubectl apply -f service.yaml -n biodiversity
4
  kubectl apply -f ingress.yaml -n biodiversity
5
- kubectl apply -f pod.yaml -n biodiversity
 
 
6
 
7
- kubectl get pods -n biodiversity
 
2
 
3
  kubectl apply -f service.yaml -n biodiversity
4
  kubectl apply -f ingress.yaml -n biodiversity
5
+ kubectl apply -f secret-deployment.yaml -n biodiversity
6
+
7
+ kubectl get pods -n biodiversity
8