feat: Simplify nginx-mycelium deployment with direct IPv6 access and cleanup

This commit is contained in:
mik-tf
2025-11-05 09:38:39 -05:00
parent 9f360c1528
commit b0ac49d60e
13 changed files with 215 additions and 1737 deletions

View File

@@ -5,32 +5,13 @@ metadata:
namespace: default
labels:
app: nginx-mycelium
network: mycelium
spec:
type: NodePort
selector:
app: nginx-direct-access
ports:
- name: http
port: 80
targetPort: 80
- port: 80
targetPort: 8080
nodePort: 30090
protocol: TCP
selector:
app: nginx-mycelium
---
apiVersion: v1
kind: Service
metadata:
name: nginx-mycelium-cluster
namespace: default
labels:
app: nginx-mycelium
type: cluster
spec:
type: ClusterIP
ports:
- name: http
port: 80
targetPort: 80
protocol: TCP
selector:
app: nginx-mycelium
name: http