añadido Argos Core
This commit is contained in:
12
argos/services/svc-panel.yaml
Normal file
12
argos/services/svc-panel.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: argos-panel
|
||||
namespace: argos-core
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector: { app: argos-panel }
|
||||
ports:
|
||||
- name: http
|
||||
port: 8000
|
||||
targetPort: 8000
|
||||
Reference in New Issue
Block a user