Convertx manifests

This commit is contained in:
2025-12-22 10:23:13 +01:00
parent 118422cfab
commit 4a274f4e41
4 changed files with 135 additions and 0 deletions

18
ConvertX/service.yaml Normal file
View File

@@ -0,0 +1,18 @@
apiVersion: v1
kind: Service
metadata:
name: convertxthing-service
labels:
project: convertx
spec:
selector:
pod-project: convertx
# This isn't used as Ingress is doing TLS termination
# type: LoadBalancer
type: ClusterIP
ports:
- protocol: TCP
port: 3000 # <- port that will be exposed
# targetPort: 3000