Skip to content

Commit

Permalink
Merge pull request #13 from FilGoodInc/integral_test
Browse files Browse the repository at this point in the history
Integral test
  • Loading branch information
olry authored Aug 1, 2024
2 parents 1865d9b + 78fb6d5 commit cfaf147
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ jobs:

- name: Deploy to Kubernetes
run: |
kubectl apply -f configmap.yaml
kubectl apply -f deployment-hvac.yaml
kubectl apply -f secret.yaml
kubectl apply -f k8s/configmap.yaml
kubectl apply -f k8s/deployment-hvac.yaml
kubectl apply -f k8s/secret.yaml
7 changes: 4 additions & 3 deletions k8s/deployment-hvac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: hvac-controller
namespace: grp01eq6-namespace
spec:
replicas: 1
selector:
Expand All @@ -24,8 +25,8 @@ spec:
- containerPort: 80
resources:
requests:
memory: "64Mi"
cpu: "50m"
limits:
memory: "128Mi"
cpu: "100m"
limits:
memory: "256Mi"
cpu: "400m"

0 comments on commit cfaf147

Please sign in to comment.