Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
itadventurer committed Jun 24, 2024
1 parent 768f4c5 commit fc86f51
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 18 deletions.
9 changes: 6 additions & 3 deletions kubernetes/acls/csp1_consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,19 @@ kind: Deployment
metadata:
name: csp1-consumer
labels:
app: csp1-consumer
app: example-project
component: csp1-consumer
spec:
replicas: 1
selector:
matchLabels:
app: csp1-consumer
app: example-project
component: csp1-consumer
template:
metadata:
labels:
app: csp1-consumer
app: example-project
component: csp1-consumer
spec:
containers:
- name: csp1-consumer
Expand Down
9 changes: 6 additions & 3 deletions kubernetes/acls/csp1_producer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,19 @@ kind: Deployment
metadata:
name: csp1-producer
labels:
app: csp1-producer
app: example-project
component: csp1-producer
spec:
replicas: 1
selector:
matchLabels:
app: csp1-producer
app: example-project
component: csp1-producer
template:
metadata:
labels:
app: csp1-producer
app: example-project
component: csp1-producer
spec:
containers:
- name: csp1-producer
Expand Down
9 changes: 6 additions & 3 deletions kubernetes/acls/csp1_transformer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,19 @@ kind: Deployment
metadata:
name: csp1-transformer
labels:
app: csp1-transformer
app: example-project
component: csp1-transformer
spec:
replicas: 1
selector:
matchLabels:
app: csp1-transformer
app: example-project
component: csp1-transformer
template:
metadata:
labels:
app: csp1-transformer
app: example-project
component: csp1-transformer
spec:
containers:
- name: csp1-transformer
Expand Down
9 changes: 6 additions & 3 deletions kubernetes/acls/csp2_producer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,19 @@ kind: Deployment
metadata:
name: csp2-producer
labels:
app: csp2-producer
app: example-project
component: csp2-producer
spec:
replicas: 1
selector:
matchLabels:
app: csp2-producer
app: example-project
component: csp2-producer
template:
metadata:
labels:
app: csp2-producer
app: example-project
component: csp2-producer
spec:
containers:
- name: csp2-producer
Expand Down
9 changes: 6 additions & 3 deletions kubernetes/acls/csp2_transformer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,19 @@ kind: Deployment
metadata:
name: csp2-transformer
labels:
app: csp2-transformer
app: example-project
component: csp2-transformer
spec:
replicas: 1
selector:
matchLabels:
app: csp2-transformer
app: example-project
component: csp2-transformer
template:
metadata:
labels:
app: csp2-transformer
app: example-project
component: csp2-transformer
spec:
containers:
- name: csp2-transformer
Expand Down
9 changes: 6 additions & 3 deletions kubernetes/acls/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,19 @@ kind: Deployment
metadata:
name: dashboard
labels:
app: dashboard
app: example-project
component: dashboard
spec:
replicas: 1
selector:
matchLabels:
app: dashboard
app: example-project
component: dashboard
template:
metadata:
labels:
app: dashboard
app: example-project
component: dashboard
spec:
containers:
- name: dashboard
Expand Down

0 comments on commit fc86f51

Please sign in to comment.