feat: Add comprehensive nginx-mycelium deployment with global IPv6 access
This commit is contained in:
36
examples/nginx-mycelium/nginx-mycelium-service.yaml
Normal file
36
examples/nginx-mycelium/nginx-mycelium-service.yaml
Normal file
@@ -0,0 +1,36 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: nginx-mycelium
|
||||
namespace: default
|
||||
labels:
|
||||
app: nginx-mycelium
|
||||
network: mycelium
|
||||
spec:
|
||||
type: NodePort
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
targetPort: 80
|
||||
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
|
||||
Reference in New Issue
Block a user