actualizacion domingo
This commit is contained in:
15
k8s-frigate/services/service.yaml
Normal file
15
k8s-frigate/services/service.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: frigate
|
||||
namespace: frigate
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 5000
|
||||
targetPort: 5000
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector:
|
||||
app: frigate
|
||||
Reference in New Issue
Block a user