mirror of
https://gitlab.com/MisterBiggs/hello-world-nginx.git
synced 2025-07-28 17:11:25 +00:00
remove files I dont need
This commit is contained in:
@@ -1,14 +0,0 @@
|
|||||||
apiVersion: extensions/v1beta1
|
|
||||||
kind: Deployment
|
|
||||||
metadata:
|
|
||||||
name: hello-world-nginx-deployment
|
|
||||||
spec:
|
|
||||||
replicas: 3
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app: hello-world-nginx
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- name: hello-world-nginx
|
|
||||||
image: gcr.io/gcp-demo-200100/hello-world-nginx:latest
|
|
@@ -1,12 +0,0 @@
|
|||||||
apiVersion: extensions/v1beta1
|
|
||||||
kind: Ingress
|
|
||||||
metadata:
|
|
||||||
name: hello-world-nginx-ingress
|
|
||||||
annotations:
|
|
||||||
kubernetes.io/ingress.global-static-ip-name: "kubernetes-ingress"
|
|
||||||
spec:
|
|
||||||
backend:
|
|
||||||
serviceName: hello-world-nginx-svc
|
|
||||||
servicePort: 80
|
|
||||||
rules:
|
|
||||||
- host: kubeguy.ga
|
|
@@ -1,12 +0,0 @@
|
|||||||
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
|
|
@@ -1,17 +0,0 @@
|
|||||||
apiVersion: skaffold/v1alpha2
|
|
||||||
kind: Config
|
|
||||||
build:
|
|
||||||
artifacts:
|
|
||||||
- imageName: gcr.io/gcp-demo-200100/hello-world-nginx
|
|
||||||
kaniko:
|
|
||||||
gcsBucket: skaffold-kaniko-contexts
|
|
||||||
pullSecret: /home/tariqislam/opt/sa/kaniko-sa.json
|
|
||||||
deploy:
|
|
||||||
kubectl:
|
|
||||||
manifests:
|
|
||||||
- hello-world-nginx*
|
|
||||||
profiles:
|
|
||||||
- name: gcb
|
|
||||||
build:
|
|
||||||
googleCloudBuild:
|
|
||||||
projectId: gcp-demo-200100
|
|
Reference in New Issue
Block a user