añadido guacamole

This commit is contained in:
2025-08-18 17:34:57 +02:00
parent d2f102aa78
commit 33f8f01387
11 changed files with 860 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: guacamole
namespace: guacamole
spec:
selector:
app: guacamole
ports:
- protocol: TCP
port: 80
targetPort: 8080

View File

@@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: mysql
namespace: guacamole
spec:
ports:
- port: 3306
selector:
app: mysql