feat: Add comprehensive documentation and deployment reports for nginx-mycelium IPv6 hosting
This commit is contained in:
14
examples/nginx-mycelium/test-ipv6.yaml
Normal file
14
examples/nginx-mycelium/test-ipv6.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: test-ipv6-access
|
||||
labels:
|
||||
app: ipv6-test
|
||||
spec:
|
||||
containers:
|
||||
- name: curl
|
||||
image: curlimages/curl:latest
|
||||
command:
|
||||
- sleep
|
||||
- "3600"
|
||||
restartPolicy: Never
|
||||
Reference in New Issue
Block a user