Compare commits

..

No commits in common. "f637bfb800a588c5394879b706aba6e2ec09e1ca" and "33828c71054307add25536a41f0b902fb3bd724c" have entirely different histories.

3 changed files with 0 additions and 51 deletions

View File

@ -1,24 +0,0 @@
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: http-bin
name: http-bin
spec:
replicas: 1
selector:
matchLabels:
app: http-bin
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: http-bin
spec:
containers:
- image: kennethreitz/httpbin
name: httpbin
resources: {}
status: {}

View File

@ -1,16 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: gatewayyy-ingress
spec:
rules:
- host: gatewayyy.example.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: gatewayyy-service
port:
number: 80

View File

@ -1,11 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: gatewayyy-service
spec:
selector:
app: gatewayyy
ports:
- protocol: TCP
port: 80
targetPort: 80