Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
ingress追加
Browse files Browse the repository at this point in the history
  • Loading branch information
kumitatepazuru committed Aug 2, 2022
1 parent f19ce0c commit 5b9c0ea
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions registry-proxy-nginx/service-tcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@ spec:
protocol: TCP
targetPort: 80
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: neg-ingress
spec:
rules:
- http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: gar-proxy-service
port:
number: 80
---
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
metadata:
Expand Down

0 comments on commit 5b9c0ea

Please sign in to comment.