Files
anvil-hosting/k8s/ironclad/service-nginx.yaml
2026-03-12 14:26:10 +09:00

13 lines
164 B
YAML

apiVersion: v1
kind: Service
metadata:
name: nginx
spec:
type: NodePort
selector:
app: nginx
ports:
- port: 80
targetPort: 80
nodePort: 30297