Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
itadventurer committed Jun 18, 2024
1 parent 903a3af commit 72008d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/csp1_consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
containers:
- name: csp1-consumer
image: ghcr.io/kafka-trainings/example-project/csp1_consumer:latest
imagePullPolicy: Always
ports:
- containerPort: 8080
volumeMounts:
Expand Down
1 change: 1 addition & 0 deletions kubernetes/csp1_producer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
containers:
- name: csp1-producer
image: ghcr.io/kafka-trainings/example-project/csp1_producer:latest
imagePullPolicy: Always
ports:
- containerPort: 8080
volumeMounts:
Expand Down

0 comments on commit 72008d0

Please sign in to comment.