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

Commit

Permalink
serviceをClusterIPに
Browse files Browse the repository at this point in the history
  • Loading branch information
kumitatepazuru committed Aug 2, 2022
1 parent d2bdb15 commit f19ce0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions registry-proxy-nginx/service-tcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ metadata:
annotations:
cloud.google.com/neg: '{"ingress": true}'
spec:
type: LoadBalancer
ports:
- port: 80
targetPort: 80
protocol: TCP
type: ClusterIP
selector:
app: gar
ports:
- port: 80
protocol: TCP
targetPort: 80
---
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
Expand Down

0 comments on commit f19ce0c

Please sign in to comment.