mirror of
https://gitlab.com/MisterBiggs/hello-world-nginx.git
synced 2025-07-28 17:11:25 +00:00
adding k8s manifests and skaffold updates
This commit is contained in:
12
hello-world-nginx-svc.yaml
Normal file
12
hello-world-nginx-svc.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
Reference in New Issue
Block a user