Skip to content

Commit

Permalink
feat(chore): remove duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
youngjun827 committed Nov 3, 2023
1 parent ec60e68 commit 89841ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
6 changes: 5 additions & 1 deletion operations/k8s/base/thoughts/base-thoughts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@ apiVersion: v1
kind: Service
metadata:
name: thoughts-api
namespace: thoughts-system
namespace: thoughts-system

spec:
selector:
app: sales
8 changes: 0 additions & 8 deletions operations/k8s/dev/thoughts/dev-thoughts-patch-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,12 @@ metadata:
namespace: thoughts-system

spec:
selector:
matchLabels:
app: thoughts

replicas: 1

strategy:
type: Recreate

template:
metadata:
labels:
app: thoughts

spec:
dnsPolicy: ClusterFirstWithHostNet
hostNetwork: true
Expand Down
3 changes: 0 additions & 3 deletions operations/k8s/dev/thoughts/dev-thoughts-patch-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ metadata:
namespace: thoughts-system

spec:
selector:
app: thoughts

type: ClusterIP

ports:
Expand Down

0 comments on commit 89841ee

Please sign in to comment.