feat: Add complete nginx static site example with deployment, service, and documentation
This commit is contained in:
11
examples/nginx-static/nginx-static-service.yaml
Normal file
11
examples/nginx-static/nginx-static-service.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: nginx-static-service
|
||||
spec:
|
||||
selector:
|
||||
app: nginx-static
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 80
|
||||
type: LoadBalancer
|
||||
Reference in New Issue
Block a user