mirror of
https://gitlab.com/MisterBiggs/hello-world-nginx.git
synced 2025-07-28 17:11:25 +00:00
12 lines
195 B
YAML
12 lines
195 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: hello-world-nginx-svc
|
|
spec:
|
|
selector:
|
|
app: hello-world-nginx
|
|
type: NodePort
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 80 |