Skip to content

Commit

Permalink
EW-838 adding svc definition
Browse files Browse the repository at this point in the history
  • Loading branch information
psachmann committed Jul 15, 2024
1 parent 940981a commit 77386a3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ansible/roles/common-cartridge/templates/svc.yml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: common-cartridge-svc
namespace: { { NAMESPACE } }
labels:
app: common-cartridge
spec:
type: ClusterIP
selector:
app: common-cartridge
ports:
- name: common-cartridge
protocol: TCP
port: 80
targetPort: 3350

0 comments on commit 77386a3

Please sign in to comment.