add app chattts

This commit is contained in:
2024-07-22 14:09:31 +10:00
parent c10f17539e
commit ae7b08ea68
9 changed files with 79 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: chattts
namespace: chattts
labels:
app.kubernetes.io/name: chattts
spec:
selector:
app.kubernetes.io/name: chattts
type: ClusterIP
internalTrafficPolicy: Cluster
ports:
- protocol: TCP
port: 8888
targetPort: 8888
name: http