1
0
mirror of https://gitlab.com/MisterBiggs/hello-world-nginx.git synced 2025-07-28 00:51:34 +00:00

remove files I dont need

This commit is contained in:
2019-09-01 17:47:31 -07:00
parent d4e0b7b718
commit 05505dea38
4 changed files with 0 additions and 55 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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