feat : initial commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# ==================================================
|
||||
# deployment/manifest/service/intelligence-service-service.yaml
|
||||
# ==================================================
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: intelligence-service
|
||||
namespace: team1tier-healthsync-intelligence-ns
|
||||
labels:
|
||||
app: intelligence-service
|
||||
component: backend
|
||||
tier: api
|
||||
annotations:
|
||||
service.beta.kubernetes.io/azure-load-balancer-internal: "false"
|
||||
spec:
|
||||
type: ClusterIP
|
||||
sessionAffinity: None
|
||||
ports:
|
||||
- name: http
|
||||
port: 8083
|
||||
targetPort: http
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: intelligence-service
|
||||
component: backend
|
||||
|
||||
Reference in New Issue
Block a user