Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #54 from dty1er/dty1er/manifests
Browse files Browse the repository at this point in the history
fix test manifests namespaces
  • Loading branch information
Hidetatsu Yaginuma authored Mar 24, 2021
2 parents 8da5e16 + 60234d0 commit 2b28875
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx
namespace: kubecolor
spec:
replicas: 3
selector:
Expand Down
1 change: 1 addition & 0 deletions manifests/replicaset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: ReplicaSet
metadata:
name: nginx
namespace: kubecolor
spec:
replicas: 3
selector:
Expand Down
1 change: 1 addition & 0 deletions manifests/resource_quota.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: ResourceQuota
metadata:
name: mem-cpu-quota
namespace: kubecolor
spec:
hard:
requests.cpu: "1"
Expand Down

0 comments on commit 2b28875

Please sign in to comment.