Add cluster service
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2023-11-15 19:58:19 -05:00
parent 1b258f63ce
commit c62e1f8048
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
2 changed files with 16 additions and 2 deletions

View File

@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: catagorize-ai-service
namespace: firefly-ns
spec:
selector:
app: catagorize-ai
ports:
- protocol: TCP
port: 3000
targetPort: 3000
type: ClusterIP

View File

@ -7,11 +7,11 @@ spec:
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:
app: firefly-iii app: catagorize-ai
template: template:
metadata: metadata:
labels: labels:
app: firefly-iii app: catagorize-ai
spec: spec:
containers: containers:
- name: catagorize-ai - name: catagorize-ai