añadido mapas

This commit is contained in:
2025-08-21 00:07:44 +02:00
parent 170c343fa6
commit c8e4ca8544
7 changed files with 336 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: tileserver
namespace: maps
spec:
selector:
app: tileserver-gl
ports:
- name: http
port: 8080
targetPort: http
type: ClusterIP