añadido apolo
This commit is contained in:
18
apolo/services/svc-app6.yaml
Normal file
18
apolo/services/svc-app6.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: apolo-app6
|
||||
namespace: apolo
|
||||
labels:
|
||||
app.kubernetes.io/name: apolo-app6
|
||||
app.kubernetes.io/part-of: apolo
|
||||
app.kubernetes.io/component: app6
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app.kubernetes.io/name: apolo-app6
|
||||
ports:
|
||||
- name: tcp-app6
|
||||
port: 2525
|
||||
targetPort: 2525
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user