diff options
Diffstat (limited to 'src/helm-charts/clearwater/templates/ellis-svc.yaml')
-rw-r--r-- | src/helm-charts/clearwater/templates/ellis-svc.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/helm-charts/clearwater/templates/ellis-svc.yaml b/src/helm-charts/clearwater/templates/ellis-svc.yaml new file mode 100644 index 0000000..68d2da0 --- /dev/null +++ b/src/helm-charts/clearwater/templates/ellis-svc.yaml @@ -0,0 +1,12 @@ +apiVersion: v1 +kind: Service +metadata: + name: ellis +spec: + type: NodePort + ports: + - name: "http" + port: 80 + nodePort: 30080 + selector: + service: ellis |