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:
14
hello-world-nginx-deploy.yaml
Normal file
14
hello-world-nginx-deploy.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: hello-world-nginx-deployment
|
||||
spec:
|
||||
replicas: 2
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: hello-world-nginx
|
||||
spec:
|
||||
containers:
|
||||
- name: hello-world-nginx
|
||||
image: gcr.io/gcp-demo-200100/hello-world-nginx:latest
|
Reference in New Issue
Block a user