Primer commit

This commit is contained in:
2025-04-27 00:13:01 +00:00
commit ba8e987281
10 changed files with 847 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