Añadidas redes y harbor

This commit is contained in:
2025-04-27 21:55:49 +00:00
parent 90c629007b
commit 43c6c9813b
26 changed files with 467 additions and 72 deletions

View File

@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: espocrm
namespace: espocrm
spec:
selector:
app: espocrm
ports:
- protocol: TCP
port: 80
targetPort: 80
type: ClusterIP