fix: update hostname to allow multiple servers on the same domain

Also update pvc size
This commit is contained in:
2025-09-28 15:38:48 +05:00
parent c26e0dbbee
commit caa3851650
3 changed files with 4 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ spec:
- ReadWriteMany
resources:
requests:
storage: 50Gi
storage: 10Gi
---
apiVersion: v1
kind: PersistentVolumeClaim

View File

@@ -6,8 +6,6 @@ metadata:
namespace: minecraft
labels:
app: monifactory-server
annotations:
external-dns.alpha.kubernetes.io/hostname: dogar.dev
spec:
type: ClusterIP
ports:
@@ -23,8 +21,6 @@ metadata:
namespace: minecraft
labels:
app: gtnh-server
annotations:
external-dns.alpha.kubernetes.io/hostname: dogar.dev
spec:
type: ClusterIP
ports: