1
0
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:
Tariq Islam
2018-06-06 14:56:58 -04:00
parent bb5dfd54ab
commit 294024af9d
4 changed files with 28 additions and 2 deletions

View 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